##// END OF EJS Templates
hg-core: upgrade all remaining dependencies...
Raphaël Gomès -
r50532:9726deed default
parent child Browse files
Show More
@@ -1,1495 +1,1500 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 = "1.0.2"
13 version = "1.0.2"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
15 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16
16
17 [[package]]
17 [[package]]
18 name = "ahash"
18 name = "ahash"
19 version = "0.4.7"
19 version = "0.8.2"
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 = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
22 dependencies = [
23 "cfg-if",
24 "once_cell",
25 "version_check",
26 ]
22
27
23 [[package]]
28 [[package]]
24 name = "aho-corasick"
29 name = "aho-corasick"
25 version = "0.7.19"
30 version = "0.7.19"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
32 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
28 dependencies = [
33 dependencies = [
29 "memchr",
34 "memchr",
30 ]
35 ]
31
36
32 [[package]]
37 [[package]]
33 name = "aliasable"
38 name = "aliasable"
34 version = "0.1.3"
39 version = "0.1.3"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
41 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
37
42
38 [[package]]
43 [[package]]
39 name = "android_system_properties"
44 name = "android_system_properties"
40 version = "0.1.5"
45 version = "0.1.5"
41 source = "registry+https://github.com/rust-lang/crates.io-index"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
42 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
47 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
43 dependencies = [
48 dependencies = [
44 "libc",
49 "libc",
45 ]
50 ]
46
51
47 [[package]]
52 [[package]]
48 name = "ansi_term"
53 name = "ansi_term"
49 version = "0.12.1"
54 version = "0.12.1"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
56 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
52 dependencies = [
57 dependencies = [
53 "winapi",
58 "winapi",
54 ]
59 ]
55
60
56 [[package]]
61 [[package]]
57 name = "atty"
62 name = "atty"
58 version = "0.2.14"
63 version = "0.2.14"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
65 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
61 dependencies = [
66 dependencies = [
62 "hermit-abi",
67 "hermit-abi",
63 "libc",
68 "libc",
64 "winapi",
69 "winapi",
65 ]
70 ]
66
71
67 [[package]]
72 [[package]]
68 name = "autocfg"
73 name = "autocfg"
69 version = "1.1.0"
74 version = "1.1.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
76 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
72
77
73 [[package]]
78 [[package]]
74 name = "bitflags"
79 name = "bitflags"
75 version = "1.3.2"
80 version = "1.3.2"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
82 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
78
83
79 [[package]]
84 [[package]]
80 name = "bitmaps"
85 name = "bitmaps"
81 version = "2.1.0"
86 version = "2.1.0"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
87 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
88 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
84 dependencies = [
89 dependencies = [
85 "typenum",
90 "typenum",
86 ]
91 ]
87
92
88 [[package]]
93 [[package]]
89 name = "block-buffer"
94 name = "block-buffer"
90 version = "0.9.0"
95 version = "0.9.0"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
97 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
93 dependencies = [
98 dependencies = [
94 "generic-array",
99 "generic-array",
95 ]
100 ]
96
101
97 [[package]]
102 [[package]]
98 name = "block-buffer"
103 name = "block-buffer"
99 version = "0.10.3"
104 version = "0.10.3"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
101 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
106 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
102 dependencies = [
107 dependencies = [
103 "generic-array",
108 "generic-array",
104 ]
109 ]
105
110
106 [[package]]
111 [[package]]
107 name = "bumpalo"
112 name = "bumpalo"
108 version = "3.11.1"
113 version = "3.11.1"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
115 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
111
116
112 [[package]]
117 [[package]]
113 name = "byteorder"
118 name = "byteorder"
114 version = "1.4.3"
119 version = "1.4.3"
115 source = "registry+https://github.com/rust-lang/crates.io-index"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
116 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
121 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
117
122
118 [[package]]
123 [[package]]
119 name = "bytes-cast"
124 name = "bytes-cast"
120 version = "0.2.0"
125 version = "0.2.0"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
126 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
127 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
123 dependencies = [
128 dependencies = [
124 "bytes-cast-derive",
129 "bytes-cast-derive",
125 ]
130 ]
126
131
127 [[package]]
132 [[package]]
128 name = "bytes-cast-derive"
133 name = "bytes-cast-derive"
129 version = "0.1.1"
134 version = "0.1.1"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "b13e0e8ffc91021ba28dc98b2ea82099ba4ec07655279c21bfa3313ed96708fc"
136 checksum = "b13e0e8ffc91021ba28dc98b2ea82099ba4ec07655279c21bfa3313ed96708fc"
132 dependencies = [
137 dependencies = [
133 "proc-macro2",
138 "proc-macro2",
134 "quote",
139 "quote",
135 "syn",
140 "syn",
136 ]
141 ]
137
142
138 [[package]]
143 [[package]]
139 name = "cc"
144 name = "cc"
140 version = "1.0.76"
145 version = "1.0.76"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
146 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
147 checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
143 dependencies = [
148 dependencies = [
144 "jobserver",
149 "jobserver",
145 ]
150 ]
146
151
147 [[package]]
152 [[package]]
148 name = "cfg-if"
153 name = "cfg-if"
149 version = "1.0.0"
154 version = "1.0.0"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
156 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
152
157
153 [[package]]
158 [[package]]
154 name = "chrono"
159 name = "chrono"
155 version = "0.4.23"
160 version = "0.4.23"
156 source = "registry+https://github.com/rust-lang/crates.io-index"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
157 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
162 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
158 dependencies = [
163 dependencies = [
159 "iana-time-zone",
164 "iana-time-zone",
160 "js-sys",
165 "js-sys",
161 "num-integer",
166 "num-integer",
162 "num-traits",
167 "num-traits",
163 "time",
168 "time",
164 "wasm-bindgen",
169 "wasm-bindgen",
165 "winapi",
170 "winapi",
166 ]
171 ]
167
172
168 [[package]]
173 [[package]]
169 name = "clap"
174 name = "clap"
170 version = "2.34.0"
175 version = "2.34.0"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
177 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
173 dependencies = [
178 dependencies = [
174 "ansi_term",
179 "ansi_term",
175 "atty",
180 "atty",
176 "bitflags",
181 "bitflags",
177 "strsim 0.8.0",
182 "strsim 0.8.0",
178 "textwrap",
183 "textwrap",
179 "unicode-width",
184 "unicode-width",
180 "vec_map",
185 "vec_map",
181 ]
186 ]
182
187
183 [[package]]
188 [[package]]
184 name = "clap"
189 name = "clap"
185 version = "4.0.24"
190 version = "4.0.24"
186 source = "registry+https://github.com/rust-lang/crates.io-index"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
187 checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
192 checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
188 dependencies = [
193 dependencies = [
189 "atty",
194 "atty",
190 "bitflags",
195 "bitflags",
191 "clap_derive",
196 "clap_derive",
192 "clap_lex",
197 "clap_lex",
193 "once_cell",
198 "once_cell",
194 "strsim 0.10.0",
199 "strsim 0.10.0",
195 "termcolor",
200 "termcolor",
196 ]
201 ]
197
202
198 [[package]]
203 [[package]]
199 name = "clap_derive"
204 name = "clap_derive"
200 version = "4.0.21"
205 version = "4.0.21"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
202 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
207 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
203 dependencies = [
208 dependencies = [
204 "heck",
209 "heck",
205 "proc-macro-error",
210 "proc-macro-error",
206 "proc-macro2",
211 "proc-macro2",
207 "quote",
212 "quote",
208 "syn",
213 "syn",
209 ]
214 ]
210
215
211 [[package]]
216 [[package]]
212 name = "clap_lex"
217 name = "clap_lex"
213 version = "0.3.0"
218 version = "0.3.0"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
220 checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
216 dependencies = [
221 dependencies = [
217 "os_str_bytes",
222 "os_str_bytes",
218 ]
223 ]
219
224
220 [[package]]
225 [[package]]
221 name = "codespan-reporting"
226 name = "codespan-reporting"
222 version = "0.11.1"
227 version = "0.11.1"
223 source = "registry+https://github.com/rust-lang/crates.io-index"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
224 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
229 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
225 dependencies = [
230 dependencies = [
226 "termcolor",
231 "termcolor",
227 "unicode-width",
232 "unicode-width",
228 ]
233 ]
229
234
230 [[package]]
235 [[package]]
231 name = "convert_case"
236 name = "convert_case"
232 version = "0.4.0"
237 version = "0.4.0"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
239 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
235
240
236 [[package]]
241 [[package]]
237 name = "core-foundation-sys"
242 name = "core-foundation-sys"
238 version = "0.8.3"
243 version = "0.8.3"
239 source = "registry+https://github.com/rust-lang/crates.io-index"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
240 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
245 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
241
246
242 [[package]]
247 [[package]]
243 name = "cpufeatures"
248 name = "cpufeatures"
244 version = "0.2.5"
249 version = "0.2.5"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
251 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
247 dependencies = [
252 dependencies = [
248 "libc",
253 "libc",
249 ]
254 ]
250
255
251 [[package]]
256 [[package]]
252 name = "cpython"
257 name = "cpython"
253 version = "0.7.1"
258 version = "0.7.1"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
260 checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
256 dependencies = [
261 dependencies = [
257 "libc",
262 "libc",
258 "num-traits",
263 "num-traits",
259 "paste",
264 "paste",
260 "python3-sys",
265 "python3-sys",
261 ]
266 ]
262
267
263 [[package]]
268 [[package]]
264 name = "crc32fast"
269 name = "crc32fast"
265 version = "1.3.2"
270 version = "1.3.2"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
272 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
268 dependencies = [
273 dependencies = [
269 "cfg-if",
274 "cfg-if",
270 ]
275 ]
271
276
272 [[package]]
277 [[package]]
273 name = "crossbeam-channel"
278 name = "crossbeam-channel"
274 version = "0.5.6"
279 version = "0.5.6"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
280 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
281 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
277 dependencies = [
282 dependencies = [
278 "cfg-if",
283 "cfg-if",
279 "crossbeam-utils",
284 "crossbeam-utils",
280 ]
285 ]
281
286
282 [[package]]
287 [[package]]
283 name = "crossbeam-deque"
288 name = "crossbeam-deque"
284 version = "0.8.2"
289 version = "0.8.2"
285 source = "registry+https://github.com/rust-lang/crates.io-index"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
286 checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
291 checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
287 dependencies = [
292 dependencies = [
288 "cfg-if",
293 "cfg-if",
289 "crossbeam-epoch",
294 "crossbeam-epoch",
290 "crossbeam-utils",
295 "crossbeam-utils",
291 ]
296 ]
292
297
293 [[package]]
298 [[package]]
294 name = "crossbeam-epoch"
299 name = "crossbeam-epoch"
295 version = "0.9.11"
300 version = "0.9.11"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
302 checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
298 dependencies = [
303 dependencies = [
299 "autocfg",
304 "autocfg",
300 "cfg-if",
305 "cfg-if",
301 "crossbeam-utils",
306 "crossbeam-utils",
302 "memoffset",
307 "memoffset",
303 "scopeguard",
308 "scopeguard",
304 ]
309 ]
305
310
306 [[package]]
311 [[package]]
307 name = "crossbeam-utils"
312 name = "crossbeam-utils"
308 version = "0.8.12"
313 version = "0.8.12"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
315 checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
311 dependencies = [
316 dependencies = [
312 "cfg-if",
317 "cfg-if",
313 ]
318 ]
314
319
315 [[package]]
320 [[package]]
316 name = "crypto-common"
321 name = "crypto-common"
317 version = "0.1.6"
322 version = "0.1.6"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
324 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
320 dependencies = [
325 dependencies = [
321 "generic-array",
326 "generic-array",
322 "typenum",
327 "typenum",
323 ]
328 ]
324
329
325 [[package]]
330 [[package]]
326 name = "ctor"
331 name = "ctor"
327 version = "0.1.26"
332 version = "0.1.26"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
333 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
334 checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
330 dependencies = [
335 dependencies = [
331 "quote",
336 "quote",
332 "syn",
337 "syn",
333 ]
338 ]
334
339
335 [[package]]
340 [[package]]
336 name = "cxx"
341 name = "cxx"
337 version = "1.0.81"
342 version = "1.0.81"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
343 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
344 checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
340 dependencies = [
345 dependencies = [
341 "cc",
346 "cc",
342 "cxxbridge-flags",
347 "cxxbridge-flags",
343 "cxxbridge-macro",
348 "cxxbridge-macro",
344 "link-cplusplus",
349 "link-cplusplus",
345 ]
350 ]
346
351
347 [[package]]
352 [[package]]
348 name = "cxx-build"
353 name = "cxx-build"
349 version = "1.0.81"
354 version = "1.0.81"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
356 checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
352 dependencies = [
357 dependencies = [
353 "cc",
358 "cc",
354 "codespan-reporting",
359 "codespan-reporting",
355 "once_cell",
360 "once_cell",
356 "proc-macro2",
361 "proc-macro2",
357 "quote",
362 "quote",
358 "scratch",
363 "scratch",
359 "syn",
364 "syn",
360 ]
365 ]
361
366
362 [[package]]
367 [[package]]
363 name = "cxxbridge-flags"
368 name = "cxxbridge-flags"
364 version = "1.0.81"
369 version = "1.0.81"
365 source = "registry+https://github.com/rust-lang/crates.io-index"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
366 checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
371 checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
367
372
368 [[package]]
373 [[package]]
369 name = "cxxbridge-macro"
374 name = "cxxbridge-macro"
370 version = "1.0.81"
375 version = "1.0.81"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
377 checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
373 dependencies = [
378 dependencies = [
374 "proc-macro2",
379 "proc-macro2",
375 "quote",
380 "quote",
376 "syn",
381 "syn",
377 ]
382 ]
378
383
379 [[package]]
384 [[package]]
380 name = "derive_more"
385 name = "derive_more"
381 version = "0.99.17"
386 version = "0.99.17"
382 source = "registry+https://github.com/rust-lang/crates.io-index"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
383 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
388 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
384 dependencies = [
389 dependencies = [
385 "convert_case",
390 "convert_case",
386 "proc-macro2",
391 "proc-macro2",
387 "quote",
392 "quote",
388 "rustc_version",
393 "rustc_version",
389 "syn",
394 "syn",
390 ]
395 ]
391
396
392 [[package]]
397 [[package]]
393 name = "diff"
398 name = "diff"
394 version = "0.1.13"
399 version = "0.1.13"
395 source = "registry+https://github.com/rust-lang/crates.io-index"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
396 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
401 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
397
402
398 [[package]]
403 [[package]]
399 name = "digest"
404 name = "digest"
400 version = "0.9.0"
405 version = "0.9.0"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
402 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
407 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
403 dependencies = [
408 dependencies = [
404 "generic-array",
409 "generic-array",
405 ]
410 ]
406
411
407 [[package]]
412 [[package]]
408 name = "digest"
413 name = "digest"
409 version = "0.10.5"
414 version = "0.10.5"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
415 source = "registry+https://github.com/rust-lang/crates.io-index"
411 checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
416 checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
412 dependencies = [
417 dependencies = [
413 "block-buffer 0.10.3",
418 "block-buffer 0.10.3",
414 "crypto-common",
419 "crypto-common",
415 ]
420 ]
416
421
417 [[package]]
422 [[package]]
418 name = "either"
423 name = "either"
419 version = "1.8.0"
424 version = "1.8.0"
420 source = "registry+https://github.com/rust-lang/crates.io-index"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
421 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
426 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
422
427
423 [[package]]
428 [[package]]
424 name = "env_logger"
429 name = "env_logger"
425 version = "0.9.3"
430 version = "0.9.3"
426 source = "registry+https://github.com/rust-lang/crates.io-index"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
427 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
432 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
428 dependencies = [
433 dependencies = [
429 "atty",
434 "atty",
430 "humantime",
435 "humantime",
431 "log",
436 "log",
432 "regex",
437 "regex",
433 "termcolor",
438 "termcolor",
434 ]
439 ]
435
440
436 [[package]]
441 [[package]]
437 name = "fastrand"
442 name = "fastrand"
438 version = "1.8.0"
443 version = "1.8.0"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
445 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
441 dependencies = [
446 dependencies = [
442 "instant",
447 "instant",
443 ]
448 ]
444
449
445 [[package]]
450 [[package]]
446 name = "flate2"
451 name = "flate2"
447 version = "1.0.24"
452 version = "1.0.24"
448 source = "registry+https://github.com/rust-lang/crates.io-index"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
449 checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
454 checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
450 dependencies = [
455 dependencies = [
451 "crc32fast",
456 "crc32fast",
452 "libz-sys",
457 "libz-sys",
453 "miniz_oxide",
458 "miniz_oxide",
454 ]
459 ]
455
460
456 [[package]]
461 [[package]]
457 name = "format-bytes"
462 name = "format-bytes"
458 version = "0.3.0"
463 version = "0.3.0"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
464 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
465 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
461 dependencies = [
466 dependencies = [
462 "format-bytes-macros",
467 "format-bytes-macros",
463 ]
468 ]
464
469
465 [[package]]
470 [[package]]
466 name = "format-bytes-macros"
471 name = "format-bytes-macros"
467 version = "0.4.0"
472 version = "0.4.0"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
474 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
470 dependencies = [
475 dependencies = [
471 "proc-macro2",
476 "proc-macro2",
472 "quote",
477 "quote",
473 "syn",
478 "syn",
474 ]
479 ]
475
480
476 [[package]]
481 [[package]]
477 name = "generic-array"
482 name = "generic-array"
478 version = "0.14.6"
483 version = "0.14.6"
479 source = "registry+https://github.com/rust-lang/crates.io-index"
484 source = "registry+https://github.com/rust-lang/crates.io-index"
480 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
485 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
481 dependencies = [
486 dependencies = [
482 "typenum",
487 "typenum",
483 "version_check",
488 "version_check",
484 ]
489 ]
485
490
486 [[package]]
491 [[package]]
487 name = "getrandom"
492 name = "getrandom"
488 version = "0.1.16"
493 version = "0.1.16"
489 source = "registry+https://github.com/rust-lang/crates.io-index"
494 source = "registry+https://github.com/rust-lang/crates.io-index"
490 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
495 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
491 dependencies = [
496 dependencies = [
492 "cfg-if",
497 "cfg-if",
493 "libc",
498 "libc",
494 "wasi 0.9.0+wasi-snapshot-preview1",
499 "wasi 0.9.0+wasi-snapshot-preview1",
495 ]
500 ]
496
501
497 [[package]]
502 [[package]]
498 name = "getrandom"
503 name = "getrandom"
499 version = "0.2.8"
504 version = "0.2.8"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
505 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
506 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
502 dependencies = [
507 dependencies = [
503 "cfg-if",
508 "cfg-if",
504 "libc",
509 "libc",
505 "wasi 0.11.0+wasi-snapshot-preview1",
510 "wasi 0.11.0+wasi-snapshot-preview1",
506 ]
511 ]
507
512
508 [[package]]
513 [[package]]
509 name = "hashbrown"
514 name = "hashbrown"
510 version = "0.9.1"
515 version = "0.13.1"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
517 checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
513 dependencies = [
518 dependencies = [
514 "ahash",
519 "ahash",
515 "rayon",
520 "rayon",
516 ]
521 ]
517
522
518 [[package]]
523 [[package]]
519 name = "heck"
524 name = "heck"
520 version = "0.4.0"
525 version = "0.4.0"
521 source = "registry+https://github.com/rust-lang/crates.io-index"
526 source = "registry+https://github.com/rust-lang/crates.io-index"
522 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
527 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
523
528
524 [[package]]
529 [[package]]
525 name = "hermit-abi"
530 name = "hermit-abi"
526 version = "0.1.19"
531 version = "0.1.19"
527 source = "registry+https://github.com/rust-lang/crates.io-index"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
528 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
533 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
529 dependencies = [
534 dependencies = [
530 "libc",
535 "libc",
531 ]
536 ]
532
537
533 [[package]]
538 [[package]]
534 name = "hex"
539 name = "hex"
535 version = "0.4.3"
540 version = "0.4.3"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
542 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
538
543
539 [[package]]
544 [[package]]
540 name = "hg-core"
545 name = "hg-core"
541 version = "0.1.0"
546 version = "0.1.0"
542 dependencies = [
547 dependencies = [
543 "bitflags",
548 "bitflags",
544 "byteorder",
549 "byteorder",
545 "bytes-cast",
550 "bytes-cast",
546 "clap 4.0.24",
551 "clap 4.0.24",
547 "crossbeam-channel",
552 "crossbeam-channel",
548 "derive_more",
553 "derive_more",
549 "flate2",
554 "flate2",
550 "format-bytes",
555 "format-bytes",
551 "hashbrown",
556 "hashbrown",
552 "home",
557 "home",
553 "im-rc",
558 "im-rc",
554 "itertools",
559 "itertools",
555 "lazy_static",
560 "lazy_static",
556 "libc",
561 "libc",
557 "log",
562 "log",
558 "memmap2",
563 "memmap2",
559 "micro-timer",
564 "micro-timer",
560 "once_cell",
565 "once_cell",
561 "ouroboros",
566 "ouroboros",
562 "pretty_assertions",
567 "pretty_assertions",
563 "rand 0.8.5",
568 "rand 0.8.5",
564 "rand_distr",
569 "rand_distr",
565 "rand_pcg",
570 "rand_pcg",
566 "rayon",
571 "rayon",
567 "regex",
572 "regex",
568 "same-file",
573 "same-file",
569 "sha-1 0.10.0",
574 "sha-1 0.10.0",
570 "tempfile",
575 "tempfile",
571 "thread_local",
576 "thread_local",
572 "twox-hash",
577 "twox-hash",
573 "zstd",
578 "zstd",
574 ]
579 ]
575
580
576 [[package]]
581 [[package]]
577 name = "hg-cpython"
582 name = "hg-cpython"
578 version = "0.1.0"
583 version = "0.1.0"
579 dependencies = [
584 dependencies = [
580 "cpython",
585 "cpython",
581 "crossbeam-channel",
586 "crossbeam-channel",
582 "env_logger",
587 "env_logger",
583 "hg-core",
588 "hg-core",
584 "libc",
589 "libc",
585 "log",
590 "log",
586 "stable_deref_trait",
591 "stable_deref_trait",
587 "vcsgraph",
592 "vcsgraph",
588 ]
593 ]
589
594
590 [[package]]
595 [[package]]
591 name = "home"
596 name = "home"
592 version = "0.5.4"
597 version = "0.5.4"
593 source = "registry+https://github.com/rust-lang/crates.io-index"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
594 checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
599 checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
595 dependencies = [
600 dependencies = [
596 "winapi",
601 "winapi",
597 ]
602 ]
598
603
599 [[package]]
604 [[package]]
600 name = "humantime"
605 name = "humantime"
601 version = "2.1.0"
606 version = "2.1.0"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
608 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
604
609
605 [[package]]
610 [[package]]
606 name = "iana-time-zone"
611 name = "iana-time-zone"
607 version = "0.1.53"
612 version = "0.1.53"
608 source = "registry+https://github.com/rust-lang/crates.io-index"
613 source = "registry+https://github.com/rust-lang/crates.io-index"
609 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
614 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
610 dependencies = [
615 dependencies = [
611 "android_system_properties",
616 "android_system_properties",
612 "core-foundation-sys",
617 "core-foundation-sys",
613 "iana-time-zone-haiku",
618 "iana-time-zone-haiku",
614 "js-sys",
619 "js-sys",
615 "wasm-bindgen",
620 "wasm-bindgen",
616 "winapi",
621 "winapi",
617 ]
622 ]
618
623
619 [[package]]
624 [[package]]
620 name = "iana-time-zone-haiku"
625 name = "iana-time-zone-haiku"
621 version = "0.1.1"
626 version = "0.1.1"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
628 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
624 dependencies = [
629 dependencies = [
625 "cxx",
630 "cxx",
626 "cxx-build",
631 "cxx-build",
627 ]
632 ]
628
633
629 [[package]]
634 [[package]]
630 name = "im-rc"
635 name = "im-rc"
631 version = "15.1.0"
636 version = "15.1.0"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
638 checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
634 dependencies = [
639 dependencies = [
635 "bitmaps",
640 "bitmaps",
636 "rand_core 0.6.4",
641 "rand_core 0.6.4",
637 "rand_xoshiro",
642 "rand_xoshiro",
638 "sized-chunks",
643 "sized-chunks",
639 "typenum",
644 "typenum",
640 "version_check",
645 "version_check",
641 ]
646 ]
642
647
643 [[package]]
648 [[package]]
644 name = "instant"
649 name = "instant"
645 version = "0.1.12"
650 version = "0.1.12"
646 source = "registry+https://github.com/rust-lang/crates.io-index"
651 source = "registry+https://github.com/rust-lang/crates.io-index"
647 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
652 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
648 dependencies = [
653 dependencies = [
649 "cfg-if",
654 "cfg-if",
650 ]
655 ]
651
656
652 [[package]]
657 [[package]]
653 name = "itertools"
658 name = "itertools"
654 version = "0.10.5"
659 version = "0.10.5"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
660 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
661 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
657 dependencies = [
662 dependencies = [
658 "either",
663 "either",
659 ]
664 ]
660
665
661 [[package]]
666 [[package]]
662 name = "jobserver"
667 name = "jobserver"
663 version = "0.1.25"
668 version = "0.1.25"
664 source = "registry+https://github.com/rust-lang/crates.io-index"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
665 checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
670 checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
666 dependencies = [
671 dependencies = [
667 "libc",
672 "libc",
668 ]
673 ]
669
674
670 [[package]]
675 [[package]]
671 name = "js-sys"
676 name = "js-sys"
672 version = "0.3.60"
677 version = "0.3.60"
673 source = "registry+https://github.com/rust-lang/crates.io-index"
678 source = "registry+https://github.com/rust-lang/crates.io-index"
674 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
679 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
675 dependencies = [
680 dependencies = [
676 "wasm-bindgen",
681 "wasm-bindgen",
677 ]
682 ]
678
683
679 [[package]]
684 [[package]]
680 name = "lazy_static"
685 name = "lazy_static"
681 version = "1.4.0"
686 version = "1.4.0"
682 source = "registry+https://github.com/rust-lang/crates.io-index"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
683 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
688 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
684
689
685 [[package]]
690 [[package]]
686 name = "libc"
691 name = "libc"
687 version = "0.2.137"
692 version = "0.2.137"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
693 source = "registry+https://github.com/rust-lang/crates.io-index"
689 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
694 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
690
695
691 [[package]]
696 [[package]]
692 name = "libm"
697 name = "libm"
693 version = "0.2.6"
698 version = "0.2.6"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
700 checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
696
701
697 [[package]]
702 [[package]]
698 name = "libz-sys"
703 name = "libz-sys"
699 version = "1.1.8"
704 version = "1.1.8"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
705 source = "registry+https://github.com/rust-lang/crates.io-index"
701 checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
706 checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
702 dependencies = [
707 dependencies = [
703 "cc",
708 "cc",
704 "pkg-config",
709 "pkg-config",
705 "vcpkg",
710 "vcpkg",
706 ]
711 ]
707
712
708 [[package]]
713 [[package]]
709 name = "link-cplusplus"
714 name = "link-cplusplus"
710 version = "1.0.7"
715 version = "1.0.7"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
716 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
717 checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
713 dependencies = [
718 dependencies = [
714 "cc",
719 "cc",
715 ]
720 ]
716
721
717 [[package]]
722 [[package]]
718 name = "log"
723 name = "log"
719 version = "0.4.17"
724 version = "0.4.17"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
726 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
722 dependencies = [
727 dependencies = [
723 "cfg-if",
728 "cfg-if",
724 ]
729 ]
725
730
726 [[package]]
731 [[package]]
727 name = "memchr"
732 name = "memchr"
728 version = "2.5.0"
733 version = "2.5.0"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
734 source = "registry+https://github.com/rust-lang/crates.io-index"
730 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
735 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
731
736
732 [[package]]
737 [[package]]
733 name = "memmap2"
738 name = "memmap2"
734 version = "0.5.8"
739 version = "0.5.8"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
740 source = "registry+https://github.com/rust-lang/crates.io-index"
736 checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
741 checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
737 dependencies = [
742 dependencies = [
738 "libc",
743 "libc",
739 "stable_deref_trait",
744 "stable_deref_trait",
740 ]
745 ]
741
746
742 [[package]]
747 [[package]]
743 name = "memoffset"
748 name = "memoffset"
744 version = "0.6.5"
749 version = "0.6.5"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
746 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
751 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
747 dependencies = [
752 dependencies = [
748 "autocfg",
753 "autocfg",
749 ]
754 ]
750
755
751 [[package]]
756 [[package]]
752 name = "micro-timer"
757 name = "micro-timer"
753 version = "0.4.0"
758 version = "0.4.0"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
759 source = "registry+https://github.com/rust-lang/crates.io-index"
755 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
760 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
756 dependencies = [
761 dependencies = [
757 "micro-timer-macros",
762 "micro-timer-macros",
758 "scopeguard",
763 "scopeguard",
759 ]
764 ]
760
765
761 [[package]]
766 [[package]]
762 name = "micro-timer-macros"
767 name = "micro-timer-macros"
763 version = "0.4.0"
768 version = "0.4.0"
764 source = "registry+https://github.com/rust-lang/crates.io-index"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
765 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
770 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
766 dependencies = [
771 dependencies = [
767 "proc-macro2",
772 "proc-macro2",
768 "quote",
773 "quote",
769 "scopeguard",
774 "scopeguard",
770 "syn",
775 "syn",
771 ]
776 ]
772
777
773 [[package]]
778 [[package]]
774 name = "miniz_oxide"
779 name = "miniz_oxide"
775 version = "0.5.4"
780 version = "0.5.4"
776 source = "registry+https://github.com/rust-lang/crates.io-index"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
777 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
782 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
778 dependencies = [
783 dependencies = [
779 "adler",
784 "adler",
780 ]
785 ]
781
786
782 [[package]]
787 [[package]]
783 name = "num-integer"
788 name = "num-integer"
784 version = "0.1.45"
789 version = "0.1.45"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
786 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
791 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
787 dependencies = [
792 dependencies = [
788 "autocfg",
793 "autocfg",
789 "num-traits",
794 "num-traits",
790 ]
795 ]
791
796
792 [[package]]
797 [[package]]
793 name = "num-traits"
798 name = "num-traits"
794 version = "0.2.15"
799 version = "0.2.15"
795 source = "registry+https://github.com/rust-lang/crates.io-index"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
796 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
801 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
797 dependencies = [
802 dependencies = [
798 "autocfg",
803 "autocfg",
799 "libm",
804 "libm",
800 ]
805 ]
801
806
802 [[package]]
807 [[package]]
803 name = "num_cpus"
808 name = "num_cpus"
804 version = "1.14.0"
809 version = "1.14.0"
805 source = "registry+https://github.com/rust-lang/crates.io-index"
810 source = "registry+https://github.com/rust-lang/crates.io-index"
806 checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
811 checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
807 dependencies = [
812 dependencies = [
808 "hermit-abi",
813 "hermit-abi",
809 "libc",
814 "libc",
810 ]
815 ]
811
816
812 [[package]]
817 [[package]]
813 name = "once_cell"
818 name = "once_cell"
814 version = "1.14.0"
819 version = "1.16.0"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
820 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
821 checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
817
822
818 [[package]]
823 [[package]]
819 name = "opaque-debug"
824 name = "opaque-debug"
820 version = "0.3.0"
825 version = "0.3.0"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
826 source = "registry+https://github.com/rust-lang/crates.io-index"
822 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
827 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
823
828
824 [[package]]
829 [[package]]
825 name = "os_str_bytes"
830 name = "os_str_bytes"
826 version = "6.4.0"
831 version = "6.4.0"
827 source = "registry+https://github.com/rust-lang/crates.io-index"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
828 checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
833 checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
829
834
830 [[package]]
835 [[package]]
831 name = "ouroboros"
836 name = "ouroboros"
832 version = "0.15.5"
837 version = "0.15.5"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
838 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
839 checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
835 dependencies = [
840 dependencies = [
836 "aliasable",
841 "aliasable",
837 "ouroboros_macro",
842 "ouroboros_macro",
838 ]
843 ]
839
844
840 [[package]]
845 [[package]]
841 name = "ouroboros_macro"
846 name = "ouroboros_macro"
842 version = "0.15.5"
847 version = "0.15.5"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
848 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
849 checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
845 dependencies = [
850 dependencies = [
846 "Inflector",
851 "Inflector",
847 "proc-macro-error",
852 "proc-macro-error",
848 "proc-macro2",
853 "proc-macro2",
849 "quote",
854 "quote",
850 "syn",
855 "syn",
851 ]
856 ]
852
857
853 [[package]]
858 [[package]]
854 name = "output_vt100"
859 name = "output_vt100"
855 version = "0.1.3"
860 version = "0.1.3"
856 source = "registry+https://github.com/rust-lang/crates.io-index"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
857 checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
862 checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
858 dependencies = [
863 dependencies = [
859 "winapi",
864 "winapi",
860 ]
865 ]
861
866
862 [[package]]
867 [[package]]
863 name = "paste"
868 name = "paste"
864 version = "1.0.9"
869 version = "1.0.9"
865 source = "registry+https://github.com/rust-lang/crates.io-index"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
866 checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
871 checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
867
872
868 [[package]]
873 [[package]]
869 name = "pkg-config"
874 name = "pkg-config"
870 version = "0.3.26"
875 version = "0.3.26"
871 source = "registry+https://github.com/rust-lang/crates.io-index"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
872 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
877 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
873
878
874 [[package]]
879 [[package]]
875 name = "ppv-lite86"
880 name = "ppv-lite86"
876 version = "0.2.17"
881 version = "0.2.17"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
883 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
879
884
880 [[package]]
885 [[package]]
881 name = "pretty_assertions"
886 name = "pretty_assertions"
882 version = "1.3.0"
887 version = "1.3.0"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
884 checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
889 checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
885 dependencies = [
890 dependencies = [
886 "ctor",
891 "ctor",
887 "diff",
892 "diff",
888 "output_vt100",
893 "output_vt100",
889 "yansi",
894 "yansi",
890 ]
895 ]
891
896
892 [[package]]
897 [[package]]
893 name = "proc-macro-error"
898 name = "proc-macro-error"
894 version = "1.0.4"
899 version = "1.0.4"
895 source = "registry+https://github.com/rust-lang/crates.io-index"
900 source = "registry+https://github.com/rust-lang/crates.io-index"
896 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
901 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
897 dependencies = [
902 dependencies = [
898 "proc-macro-error-attr",
903 "proc-macro-error-attr",
899 "proc-macro2",
904 "proc-macro2",
900 "quote",
905 "quote",
901 "syn",
906 "syn",
902 "version_check",
907 "version_check",
903 ]
908 ]
904
909
905 [[package]]
910 [[package]]
906 name = "proc-macro-error-attr"
911 name = "proc-macro-error-attr"
907 version = "1.0.4"
912 version = "1.0.4"
908 source = "registry+https://github.com/rust-lang/crates.io-index"
913 source = "registry+https://github.com/rust-lang/crates.io-index"
909 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
914 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
910 dependencies = [
915 dependencies = [
911 "proc-macro2",
916 "proc-macro2",
912 "quote",
917 "quote",
913 "version_check",
918 "version_check",
914 ]
919 ]
915
920
916 [[package]]
921 [[package]]
917 name = "proc-macro2"
922 name = "proc-macro2"
918 version = "1.0.47"
923 version = "1.0.47"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
920 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
925 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
921 dependencies = [
926 dependencies = [
922 "unicode-ident",
927 "unicode-ident",
923 ]
928 ]
924
929
925 [[package]]
930 [[package]]
926 name = "python3-sys"
931 name = "python3-sys"
927 version = "0.7.1"
932 version = "0.7.1"
928 source = "registry+https://github.com/rust-lang/crates.io-index"
933 source = "registry+https://github.com/rust-lang/crates.io-index"
929 checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
934 checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
930 dependencies = [
935 dependencies = [
931 "libc",
936 "libc",
932 "regex",
937 "regex",
933 ]
938 ]
934
939
935 [[package]]
940 [[package]]
936 name = "quote"
941 name = "quote"
937 version = "1.0.21"
942 version = "1.0.21"
938 source = "registry+https://github.com/rust-lang/crates.io-index"
943 source = "registry+https://github.com/rust-lang/crates.io-index"
939 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
944 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
940 dependencies = [
945 dependencies = [
941 "proc-macro2",
946 "proc-macro2",
942 ]
947 ]
943
948
944 [[package]]
949 [[package]]
945 name = "rand"
950 name = "rand"
946 version = "0.7.3"
951 version = "0.7.3"
947 source = "registry+https://github.com/rust-lang/crates.io-index"
952 source = "registry+https://github.com/rust-lang/crates.io-index"
948 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
953 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
949 dependencies = [
954 dependencies = [
950 "getrandom 0.1.16",
955 "getrandom 0.1.16",
951 "libc",
956 "libc",
952 "rand_chacha 0.2.2",
957 "rand_chacha 0.2.2",
953 "rand_core 0.5.1",
958 "rand_core 0.5.1",
954 "rand_hc",
959 "rand_hc",
955 ]
960 ]
956
961
957 [[package]]
962 [[package]]
958 name = "rand"
963 name = "rand"
959 version = "0.8.5"
964 version = "0.8.5"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
965 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
966 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
962 dependencies = [
967 dependencies = [
963 "libc",
968 "libc",
964 "rand_chacha 0.3.1",
969 "rand_chacha 0.3.1",
965 "rand_core 0.6.4",
970 "rand_core 0.6.4",
966 ]
971 ]
967
972
968 [[package]]
973 [[package]]
969 name = "rand_chacha"
974 name = "rand_chacha"
970 version = "0.2.2"
975 version = "0.2.2"
971 source = "registry+https://github.com/rust-lang/crates.io-index"
976 source = "registry+https://github.com/rust-lang/crates.io-index"
972 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
977 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
973 dependencies = [
978 dependencies = [
974 "ppv-lite86",
979 "ppv-lite86",
975 "rand_core 0.5.1",
980 "rand_core 0.5.1",
976 ]
981 ]
977
982
978 [[package]]
983 [[package]]
979 name = "rand_chacha"
984 name = "rand_chacha"
980 version = "0.3.1"
985 version = "0.3.1"
981 source = "registry+https://github.com/rust-lang/crates.io-index"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
982 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
987 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
983 dependencies = [
988 dependencies = [
984 "ppv-lite86",
989 "ppv-lite86",
985 "rand_core 0.6.4",
990 "rand_core 0.6.4",
986 ]
991 ]
987
992
988 [[package]]
993 [[package]]
989 name = "rand_core"
994 name = "rand_core"
990 version = "0.5.1"
995 version = "0.5.1"
991 source = "registry+https://github.com/rust-lang/crates.io-index"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
992 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
997 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
993 dependencies = [
998 dependencies = [
994 "getrandom 0.1.16",
999 "getrandom 0.1.16",
995 ]
1000 ]
996
1001
997 [[package]]
1002 [[package]]
998 name = "rand_core"
1003 name = "rand_core"
999 version = "0.6.4"
1004 version = "0.6.4"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1006 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1002 dependencies = [
1007 dependencies = [
1003 "getrandom 0.2.8",
1008 "getrandom 0.2.8",
1004 ]
1009 ]
1005
1010
1006 [[package]]
1011 [[package]]
1007 name = "rand_distr"
1012 name = "rand_distr"
1008 version = "0.4.3"
1013 version = "0.4.3"
1009 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
1015 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
1011 dependencies = [
1016 dependencies = [
1012 "num-traits",
1017 "num-traits",
1013 "rand 0.8.5",
1018 "rand 0.8.5",
1014 ]
1019 ]
1015
1020
1016 [[package]]
1021 [[package]]
1017 name = "rand_hc"
1022 name = "rand_hc"
1018 version = "0.2.0"
1023 version = "0.2.0"
1019 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1025 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1021 dependencies = [
1026 dependencies = [
1022 "rand_core 0.5.1",
1027 "rand_core 0.5.1",
1023 ]
1028 ]
1024
1029
1025 [[package]]
1030 [[package]]
1026 name = "rand_pcg"
1031 name = "rand_pcg"
1027 version = "0.3.1"
1032 version = "0.3.1"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1033 source = "registry+https://github.com/rust-lang/crates.io-index"
1029 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
1034 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
1030 dependencies = [
1035 dependencies = [
1031 "rand_core 0.6.4",
1036 "rand_core 0.6.4",
1032 ]
1037 ]
1033
1038
1034 [[package]]
1039 [[package]]
1035 name = "rand_xoshiro"
1040 name = "rand_xoshiro"
1036 version = "0.6.0"
1041 version = "0.6.0"
1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1043 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1039 dependencies = [
1044 dependencies = [
1040 "rand_core 0.6.4",
1045 "rand_core 0.6.4",
1041 ]
1046 ]
1042
1047
1043 [[package]]
1048 [[package]]
1044 name = "rayon"
1049 name = "rayon"
1045 version = "1.5.3"
1050 version = "1.5.3"
1046 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
1052 checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
1048 dependencies = [
1053 dependencies = [
1049 "autocfg",
1054 "autocfg",
1050 "crossbeam-deque",
1055 "crossbeam-deque",
1051 "either",
1056 "either",
1052 "rayon-core",
1057 "rayon-core",
1053 ]
1058 ]
1054
1059
1055 [[package]]
1060 [[package]]
1056 name = "rayon-core"
1061 name = "rayon-core"
1057 version = "1.9.3"
1062 version = "1.9.3"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1063 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
1064 checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
1060 dependencies = [
1065 dependencies = [
1061 "crossbeam-channel",
1066 "crossbeam-channel",
1062 "crossbeam-deque",
1067 "crossbeam-deque",
1063 "crossbeam-utils",
1068 "crossbeam-utils",
1064 "num_cpus",
1069 "num_cpus",
1065 ]
1070 ]
1066
1071
1067 [[package]]
1072 [[package]]
1068 name = "redox_syscall"
1073 name = "redox_syscall"
1069 version = "0.2.16"
1074 version = "0.2.16"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1076 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1072 dependencies = [
1077 dependencies = [
1073 "bitflags",
1078 "bitflags",
1074 ]
1079 ]
1075
1080
1076 [[package]]
1081 [[package]]
1077 name = "regex"
1082 name = "regex"
1078 version = "1.7.0"
1083 version = "1.7.0"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
1085 checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
1081 dependencies = [
1086 dependencies = [
1082 "aho-corasick",
1087 "aho-corasick",
1083 "memchr",
1088 "memchr",
1084 "regex-syntax",
1089 "regex-syntax",
1085 ]
1090 ]
1086
1091
1087 [[package]]
1092 [[package]]
1088 name = "regex-syntax"
1093 name = "regex-syntax"
1089 version = "0.6.28"
1094 version = "0.6.28"
1090 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1096 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1092
1097
1093 [[package]]
1098 [[package]]
1094 name = "remove_dir_all"
1099 name = "remove_dir_all"
1095 version = "0.5.3"
1100 version = "0.5.3"
1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1102 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1098 dependencies = [
1103 dependencies = [
1099 "winapi",
1104 "winapi",
1100 ]
1105 ]
1101
1106
1102 [[package]]
1107 [[package]]
1103 name = "rhg"
1108 name = "rhg"
1104 version = "0.1.0"
1109 version = "0.1.0"
1105 dependencies = [
1110 dependencies = [
1106 "atty",
1111 "atty",
1107 "chrono",
1112 "chrono",
1108 "clap 2.34.0",
1113 "clap 2.34.0",
1109 "derive_more",
1114 "derive_more",
1110 "env_logger",
1115 "env_logger",
1111 "format-bytes",
1116 "format-bytes",
1112 "hg-core",
1117 "hg-core",
1113 "home",
1118 "home",
1114 "lazy_static",
1119 "lazy_static",
1115 "log",
1120 "log",
1116 "micro-timer",
1121 "micro-timer",
1117 "rayon",
1122 "rayon",
1118 "regex",
1123 "regex",
1119 "users",
1124 "users",
1120 "which",
1125 "which",
1121 ]
1126 ]
1122
1127
1123 [[package]]
1128 [[package]]
1124 name = "rustc_version"
1129 name = "rustc_version"
1125 version = "0.4.0"
1130 version = "0.4.0"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1132 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1128 dependencies = [
1133 dependencies = [
1129 "semver",
1134 "semver",
1130 ]
1135 ]
1131
1136
1132 [[package]]
1137 [[package]]
1133 name = "same-file"
1138 name = "same-file"
1134 version = "1.0.6"
1139 version = "1.0.6"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1140 source = "registry+https://github.com/rust-lang/crates.io-index"
1136 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1141 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1137 dependencies = [
1142 dependencies = [
1138 "winapi-util",
1143 "winapi-util",
1139 ]
1144 ]
1140
1145
1141 [[package]]
1146 [[package]]
1142 name = "scopeguard"
1147 name = "scopeguard"
1143 version = "1.1.0"
1148 version = "1.1.0"
1144 source = "registry+https://github.com/rust-lang/crates.io-index"
1149 source = "registry+https://github.com/rust-lang/crates.io-index"
1145 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1150 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1146
1151
1147 [[package]]
1152 [[package]]
1148 name = "scratch"
1153 name = "scratch"
1149 version = "1.0.2"
1154 version = "1.0.2"
1150 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 source = "registry+https://github.com/rust-lang/crates.io-index"
1151 checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
1156 checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
1152
1157
1153 [[package]]
1158 [[package]]
1154 name = "semver"
1159 name = "semver"
1155 version = "1.0.14"
1160 version = "1.0.14"
1156 source = "registry+https://github.com/rust-lang/crates.io-index"
1161 source = "registry+https://github.com/rust-lang/crates.io-index"
1157 checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
1162 checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
1158
1163
1159 [[package]]
1164 [[package]]
1160 name = "sha-1"
1165 name = "sha-1"
1161 version = "0.9.8"
1166 version = "0.9.8"
1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
1168 checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
1164 dependencies = [
1169 dependencies = [
1165 "block-buffer 0.9.0",
1170 "block-buffer 0.9.0",
1166 "cfg-if",
1171 "cfg-if",
1167 "cpufeatures",
1172 "cpufeatures",
1168 "digest 0.9.0",
1173 "digest 0.9.0",
1169 "opaque-debug",
1174 "opaque-debug",
1170 ]
1175 ]
1171
1176
1172 [[package]]
1177 [[package]]
1173 name = "sha-1"
1178 name = "sha-1"
1174 version = "0.10.0"
1179 version = "0.10.0"
1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1181 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1177 dependencies = [
1182 dependencies = [
1178 "cfg-if",
1183 "cfg-if",
1179 "cpufeatures",
1184 "cpufeatures",
1180 "digest 0.10.5",
1185 "digest 0.10.5",
1181 ]
1186 ]
1182
1187
1183 [[package]]
1188 [[package]]
1184 name = "sized-chunks"
1189 name = "sized-chunks"
1185 version = "0.6.5"
1190 version = "0.6.5"
1186 source = "registry+https://github.com/rust-lang/crates.io-index"
1191 source = "registry+https://github.com/rust-lang/crates.io-index"
1187 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1192 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1188 dependencies = [
1193 dependencies = [
1189 "bitmaps",
1194 "bitmaps",
1190 "typenum",
1195 "typenum",
1191 ]
1196 ]
1192
1197
1193 [[package]]
1198 [[package]]
1194 name = "stable_deref_trait"
1199 name = "stable_deref_trait"
1195 version = "1.2.0"
1200 version = "1.2.0"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1201 source = "registry+https://github.com/rust-lang/crates.io-index"
1197 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1202 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1198
1203
1199 [[package]]
1204 [[package]]
1200 name = "static_assertions"
1205 name = "static_assertions"
1201 version = "1.1.0"
1206 version = "1.1.0"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1207 source = "registry+https://github.com/rust-lang/crates.io-index"
1203 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1208 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1204
1209
1205 [[package]]
1210 [[package]]
1206 name = "strsim"
1211 name = "strsim"
1207 version = "0.8.0"
1212 version = "0.8.0"
1208 source = "registry+https://github.com/rust-lang/crates.io-index"
1213 source = "registry+https://github.com/rust-lang/crates.io-index"
1209 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1214 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1210
1215
1211 [[package]]
1216 [[package]]
1212 name = "strsim"
1217 name = "strsim"
1213 version = "0.10.0"
1218 version = "0.10.0"
1214 source = "registry+https://github.com/rust-lang/crates.io-index"
1219 source = "registry+https://github.com/rust-lang/crates.io-index"
1215 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1220 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1216
1221
1217 [[package]]
1222 [[package]]
1218 name = "syn"
1223 name = "syn"
1219 version = "1.0.103"
1224 version = "1.0.103"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1225 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
1226 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
1222 dependencies = [
1227 dependencies = [
1223 "proc-macro2",
1228 "proc-macro2",
1224 "quote",
1229 "quote",
1225 "unicode-ident",
1230 "unicode-ident",
1226 ]
1231 ]
1227
1232
1228 [[package]]
1233 [[package]]
1229 name = "tempfile"
1234 name = "tempfile"
1230 version = "3.3.0"
1235 version = "3.3.0"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1237 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1233 dependencies = [
1238 dependencies = [
1234 "cfg-if",
1239 "cfg-if",
1235 "fastrand",
1240 "fastrand",
1236 "libc",
1241 "libc",
1237 "redox_syscall",
1242 "redox_syscall",
1238 "remove_dir_all",
1243 "remove_dir_all",
1239 "winapi",
1244 "winapi",
1240 ]
1245 ]
1241
1246
1242 [[package]]
1247 [[package]]
1243 name = "termcolor"
1248 name = "termcolor"
1244 version = "1.1.3"
1249 version = "1.1.3"
1245 source = "registry+https://github.com/rust-lang/crates.io-index"
1250 source = "registry+https://github.com/rust-lang/crates.io-index"
1246 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1251 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1247 dependencies = [
1252 dependencies = [
1248 "winapi-util",
1253 "winapi-util",
1249 ]
1254 ]
1250
1255
1251 [[package]]
1256 [[package]]
1252 name = "textwrap"
1257 name = "textwrap"
1253 version = "0.11.0"
1258 version = "0.11.0"
1254 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 source = "registry+https://github.com/rust-lang/crates.io-index"
1255 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1260 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1256 dependencies = [
1261 dependencies = [
1257 "unicode-width",
1262 "unicode-width",
1258 ]
1263 ]
1259
1264
1260 [[package]]
1265 [[package]]
1261 name = "thread_local"
1266 name = "thread_local"
1262 version = "1.1.4"
1267 version = "1.1.4"
1263 source = "registry+https://github.com/rust-lang/crates.io-index"
1268 source = "registry+https://github.com/rust-lang/crates.io-index"
1264 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1269 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1265 dependencies = [
1270 dependencies = [
1266 "once_cell",
1271 "once_cell",
1267 ]
1272 ]
1268
1273
1269 [[package]]
1274 [[package]]
1270 name = "time"
1275 name = "time"
1271 version = "0.1.44"
1276 version = "0.1.44"
1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1278 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1274 dependencies = [
1279 dependencies = [
1275 "libc",
1280 "libc",
1276 "wasi 0.10.0+wasi-snapshot-preview1",
1281 "wasi 0.10.0+wasi-snapshot-preview1",
1277 "winapi",
1282 "winapi",
1278 ]
1283 ]
1279
1284
1280 [[package]]
1285 [[package]]
1281 name = "twox-hash"
1286 name = "twox-hash"
1282 version = "1.6.3"
1287 version = "1.6.3"
1283 source = "registry+https://github.com/rust-lang/crates.io-index"
1288 source = "registry+https://github.com/rust-lang/crates.io-index"
1284 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1289 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1285 dependencies = [
1290 dependencies = [
1286 "cfg-if",
1291 "cfg-if",
1287 "rand 0.8.5",
1292 "rand 0.8.5",
1288 "static_assertions",
1293 "static_assertions",
1289 ]
1294 ]
1290
1295
1291 [[package]]
1296 [[package]]
1292 name = "typenum"
1297 name = "typenum"
1293 version = "1.15.0"
1298 version = "1.15.0"
1294 source = "registry+https://github.com/rust-lang/crates.io-index"
1299 source = "registry+https://github.com/rust-lang/crates.io-index"
1295 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1300 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1296
1301
1297 [[package]]
1302 [[package]]
1298 name = "unicode-ident"
1303 name = "unicode-ident"
1299 version = "1.0.5"
1304 version = "1.0.5"
1300 source = "registry+https://github.com/rust-lang/crates.io-index"
1305 source = "registry+https://github.com/rust-lang/crates.io-index"
1301 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1306 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1302
1307
1303 [[package]]
1308 [[package]]
1304 name = "unicode-width"
1309 name = "unicode-width"
1305 version = "0.1.10"
1310 version = "0.1.10"
1306 source = "registry+https://github.com/rust-lang/crates.io-index"
1311 source = "registry+https://github.com/rust-lang/crates.io-index"
1307 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1312 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1308
1313
1309 [[package]]
1314 [[package]]
1310 name = "users"
1315 name = "users"
1311 version = "0.11.0"
1316 version = "0.11.0"
1312 source = "registry+https://github.com/rust-lang/crates.io-index"
1317 source = "registry+https://github.com/rust-lang/crates.io-index"
1313 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1318 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1314 dependencies = [
1319 dependencies = [
1315 "libc",
1320 "libc",
1316 "log",
1321 "log",
1317 ]
1322 ]
1318
1323
1319 [[package]]
1324 [[package]]
1320 name = "vcpkg"
1325 name = "vcpkg"
1321 version = "0.2.15"
1326 version = "0.2.15"
1322 source = "registry+https://github.com/rust-lang/crates.io-index"
1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1323 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1328 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1324
1329
1325 [[package]]
1330 [[package]]
1326 name = "vcsgraph"
1331 name = "vcsgraph"
1327 version = "0.2.0"
1332 version = "0.2.0"
1328 source = "registry+https://github.com/rust-lang/crates.io-index"
1333 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1334 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1330 dependencies = [
1335 dependencies = [
1331 "hex",
1336 "hex",
1332 "rand 0.7.3",
1337 "rand 0.7.3",
1333 "sha-1 0.9.8",
1338 "sha-1 0.9.8",
1334 ]
1339 ]
1335
1340
1336 [[package]]
1341 [[package]]
1337 name = "vec_map"
1342 name = "vec_map"
1338 version = "0.8.2"
1343 version = "0.8.2"
1339 source = "registry+https://github.com/rust-lang/crates.io-index"
1344 source = "registry+https://github.com/rust-lang/crates.io-index"
1340 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1345 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1341
1346
1342 [[package]]
1347 [[package]]
1343 name = "version_check"
1348 name = "version_check"
1344 version = "0.9.4"
1349 version = "0.9.4"
1345 source = "registry+https://github.com/rust-lang/crates.io-index"
1350 source = "registry+https://github.com/rust-lang/crates.io-index"
1346 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1351 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1347
1352
1348 [[package]]
1353 [[package]]
1349 name = "wasi"
1354 name = "wasi"
1350 version = "0.9.0+wasi-snapshot-preview1"
1355 version = "0.9.0+wasi-snapshot-preview1"
1351 source = "registry+https://github.com/rust-lang/crates.io-index"
1356 source = "registry+https://github.com/rust-lang/crates.io-index"
1352 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1357 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1353
1358
1354 [[package]]
1359 [[package]]
1355 name = "wasi"
1360 name = "wasi"
1356 version = "0.10.0+wasi-snapshot-preview1"
1361 version = "0.10.0+wasi-snapshot-preview1"
1357 source = "registry+https://github.com/rust-lang/crates.io-index"
1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1358 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1363 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1359
1364
1360 [[package]]
1365 [[package]]
1361 name = "wasi"
1366 name = "wasi"
1362 version = "0.11.0+wasi-snapshot-preview1"
1367 version = "0.11.0+wasi-snapshot-preview1"
1363 source = "registry+https://github.com/rust-lang/crates.io-index"
1368 source = "registry+https://github.com/rust-lang/crates.io-index"
1364 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1369 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1365
1370
1366 [[package]]
1371 [[package]]
1367 name = "wasm-bindgen"
1372 name = "wasm-bindgen"
1368 version = "0.2.83"
1373 version = "0.2.83"
1369 source = "registry+https://github.com/rust-lang/crates.io-index"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1370 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1375 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1371 dependencies = [
1376 dependencies = [
1372 "cfg-if",
1377 "cfg-if",
1373 "wasm-bindgen-macro",
1378 "wasm-bindgen-macro",
1374 ]
1379 ]
1375
1380
1376 [[package]]
1381 [[package]]
1377 name = "wasm-bindgen-backend"
1382 name = "wasm-bindgen-backend"
1378 version = "0.2.83"
1383 version = "0.2.83"
1379 source = "registry+https://github.com/rust-lang/crates.io-index"
1384 source = "registry+https://github.com/rust-lang/crates.io-index"
1380 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1385 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1381 dependencies = [
1386 dependencies = [
1382 "bumpalo",
1387 "bumpalo",
1383 "log",
1388 "log",
1384 "once_cell",
1389 "once_cell",
1385 "proc-macro2",
1390 "proc-macro2",
1386 "quote",
1391 "quote",
1387 "syn",
1392 "syn",
1388 "wasm-bindgen-shared",
1393 "wasm-bindgen-shared",
1389 ]
1394 ]
1390
1395
1391 [[package]]
1396 [[package]]
1392 name = "wasm-bindgen-macro"
1397 name = "wasm-bindgen-macro"
1393 version = "0.2.83"
1398 version = "0.2.83"
1394 source = "registry+https://github.com/rust-lang/crates.io-index"
1399 source = "registry+https://github.com/rust-lang/crates.io-index"
1395 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1400 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1396 dependencies = [
1401 dependencies = [
1397 "quote",
1402 "quote",
1398 "wasm-bindgen-macro-support",
1403 "wasm-bindgen-macro-support",
1399 ]
1404 ]
1400
1405
1401 [[package]]
1406 [[package]]
1402 name = "wasm-bindgen-macro-support"
1407 name = "wasm-bindgen-macro-support"
1403 version = "0.2.83"
1408 version = "0.2.83"
1404 source = "registry+https://github.com/rust-lang/crates.io-index"
1409 source = "registry+https://github.com/rust-lang/crates.io-index"
1405 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1410 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1406 dependencies = [
1411 dependencies = [
1407 "proc-macro2",
1412 "proc-macro2",
1408 "quote",
1413 "quote",
1409 "syn",
1414 "syn",
1410 "wasm-bindgen-backend",
1415 "wasm-bindgen-backend",
1411 "wasm-bindgen-shared",
1416 "wasm-bindgen-shared",
1412 ]
1417 ]
1413
1418
1414 [[package]]
1419 [[package]]
1415 name = "wasm-bindgen-shared"
1420 name = "wasm-bindgen-shared"
1416 version = "0.2.83"
1421 version = "0.2.83"
1417 source = "registry+https://github.com/rust-lang/crates.io-index"
1422 source = "registry+https://github.com/rust-lang/crates.io-index"
1418 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1423 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1419
1424
1420 [[package]]
1425 [[package]]
1421 name = "which"
1426 name = "which"
1422 version = "4.3.0"
1427 version = "4.3.0"
1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1428 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
1429 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
1425 dependencies = [
1430 dependencies = [
1426 "either",
1431 "either",
1427 "libc",
1432 "libc",
1428 "once_cell",
1433 "once_cell",
1429 ]
1434 ]
1430
1435
1431 [[package]]
1436 [[package]]
1432 name = "winapi"
1437 name = "winapi"
1433 version = "0.3.9"
1438 version = "0.3.9"
1434 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 source = "registry+https://github.com/rust-lang/crates.io-index"
1435 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1440 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1436 dependencies = [
1441 dependencies = [
1437 "winapi-i686-pc-windows-gnu",
1442 "winapi-i686-pc-windows-gnu",
1438 "winapi-x86_64-pc-windows-gnu",
1443 "winapi-x86_64-pc-windows-gnu",
1439 ]
1444 ]
1440
1445
1441 [[package]]
1446 [[package]]
1442 name = "winapi-i686-pc-windows-gnu"
1447 name = "winapi-i686-pc-windows-gnu"
1443 version = "0.4.0"
1448 version = "0.4.0"
1444 source = "registry+https://github.com/rust-lang/crates.io-index"
1449 source = "registry+https://github.com/rust-lang/crates.io-index"
1445 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1450 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1446
1451
1447 [[package]]
1452 [[package]]
1448 name = "winapi-util"
1453 name = "winapi-util"
1449 version = "0.1.5"
1454 version = "0.1.5"
1450 source = "registry+https://github.com/rust-lang/crates.io-index"
1455 source = "registry+https://github.com/rust-lang/crates.io-index"
1451 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1456 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1452 dependencies = [
1457 dependencies = [
1453 "winapi",
1458 "winapi",
1454 ]
1459 ]
1455
1460
1456 [[package]]
1461 [[package]]
1457 name = "winapi-x86_64-pc-windows-gnu"
1462 name = "winapi-x86_64-pc-windows-gnu"
1458 version = "0.4.0"
1463 version = "0.4.0"
1459 source = "registry+https://github.com/rust-lang/crates.io-index"
1464 source = "registry+https://github.com/rust-lang/crates.io-index"
1460 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1465 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1461
1466
1462 [[package]]
1467 [[package]]
1463 name = "yansi"
1468 name = "yansi"
1464 version = "0.5.1"
1469 version = "0.5.1"
1465 source = "registry+https://github.com/rust-lang/crates.io-index"
1470 source = "registry+https://github.com/rust-lang/crates.io-index"
1466 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
1471 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
1467
1472
1468 [[package]]
1473 [[package]]
1469 name = "zstd"
1474 name = "zstd"
1470 version = "0.11.2+zstd.1.5.2"
1475 version = "0.11.2+zstd.1.5.2"
1471 source = "registry+https://github.com/rust-lang/crates.io-index"
1476 source = "registry+https://github.com/rust-lang/crates.io-index"
1472 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1477 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1473 dependencies = [
1478 dependencies = [
1474 "zstd-safe",
1479 "zstd-safe",
1475 ]
1480 ]
1476
1481
1477 [[package]]
1482 [[package]]
1478 name = "zstd-safe"
1483 name = "zstd-safe"
1479 version = "5.0.2+zstd.1.5.2"
1484 version = "5.0.2+zstd.1.5.2"
1480 source = "registry+https://github.com/rust-lang/crates.io-index"
1485 source = "registry+https://github.com/rust-lang/crates.io-index"
1481 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1486 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1482 dependencies = [
1487 dependencies = [
1483 "libc",
1488 "libc",
1484 "zstd-sys",
1489 "zstd-sys",
1485 ]
1490 ]
1486
1491
1487 [[package]]
1492 [[package]]
1488 name = "zstd-sys"
1493 name = "zstd-sys"
1489 version = "2.0.1+zstd.1.5.2"
1494 version = "2.0.1+zstd.1.5.2"
1490 source = "registry+https://github.com/rust-lang/crates.io-index"
1495 source = "registry+https://github.com/rust-lang/crates.io-index"
1491 checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1496 checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1492 dependencies = [
1497 dependencies = [
1493 "cc",
1498 "cc",
1494 "libc",
1499 "libc",
1495 ]
1500 ]
@@ -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 = "2021"
6 edition = "2021"
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.13.1", features = ["rayon"] }
17 home = "0.5.3"
17 home = "0.5.4"
18 im-rc = "15.0"
18 im-rc = "15.1.0"
19 itertools = "0.10.3"
19 itertools = "0.10.5"
20 lazy_static = "1.4.0"
20 lazy_static = "1.4.0"
21 libc = "0.2"
21 libc = "0.2.137"
22 ouroboros = "0.15.0"
22 ouroboros = "0.15.5"
23 rand = "0.8.4"
23 rand = "0.8.5"
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.5.3"
27 regex = "1.5.5"
27 regex = "1.7.0"
28 sha-1 = "0.10.0"
28 sha-1 = "0.10.0"
29 twox-hash = "1.6.2"
29 twox-hash = "1.6.3"
30 same-file = "1.0.6"
30 same-file = "1.0.6"
31 tempfile = "3.1.0"
31 tempfile = "3.3.0"
32 thread_local = "1.1.4"
32 thread_local = "1.1.4"
33 crossbeam-channel = "0.5.0"
33 crossbeam-channel = "0.5.6"
34 micro-timer = "0.4.0"
34 micro-timer = "0.4.0"
35 log = "0.4.8"
35 log = "0.4.17"
36 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
36 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
37 zstd = "0.11.2"
37 zstd = "0.11.2"
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.16.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.24"
47 features = ["zlib"]
47 features = ["zlib"]
48 default-features = false
48 default-features = false
49
49
50 [dev-dependencies]
50 [dev-dependencies]
51 clap = { version = "4.0.24", features = ["derive"] }
51 clap = { version = "4.0.24", features = ["derive"] }
52 pretty_assertions = "1.1.0"
52 pretty_assertions = "1.1.0"
General Comments 0
You need to be logged in to leave comments. Login now