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