##// END OF EJS Templates
rust: jettison Python 2 support...
Augie Fackler -
r49694:7b068abe default
parent child Browse files
Show More
@@ -1,1153 +1,1142
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 = "adler"
6 name = "adler"
7 version = "0.2.3"
7 version = "0.2.3"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
9 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
10
10
11 [[package]]
11 [[package]]
12 name = "aho-corasick"
12 name = "aho-corasick"
13 version = "0.7.15"
13 version = "0.7.15"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
15 checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
16 dependencies = [
16 dependencies = [
17 "memchr",
17 "memchr",
18 ]
18 ]
19
19
20 [[package]]
20 [[package]]
21 name = "ansi_term"
21 name = "ansi_term"
22 version = "0.11.0"
22 version = "0.11.0"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
24 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
25 dependencies = [
25 dependencies = [
26 "winapi",
26 "winapi",
27 ]
27 ]
28
28
29 [[package]]
29 [[package]]
30 name = "atty"
30 name = "atty"
31 version = "0.2.14"
31 version = "0.2.14"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
32 source = "registry+https://github.com/rust-lang/crates.io-index"
33 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
33 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
34 dependencies = [
34 dependencies = [
35 "hermit-abi",
35 "hermit-abi",
36 "libc",
36 "libc",
37 "winapi",
37 "winapi",
38 ]
38 ]
39
39
40 [[package]]
40 [[package]]
41 name = "autocfg"
41 name = "autocfg"
42 version = "1.0.1"
42 version = "1.0.1"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
44 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
45
45
46 [[package]]
46 [[package]]
47 name = "bitflags"
47 name = "bitflags"
48 version = "1.2.1"
48 version = "1.2.1"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
50 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
50 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
51
51
52 [[package]]
52 [[package]]
53 name = "bitmaps"
53 name = "bitmaps"
54 version = "2.1.0"
54 version = "2.1.0"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
56 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
57 dependencies = [
57 dependencies = [
58 "typenum",
58 "typenum",
59 ]
59 ]
60
60
61 [[package]]
61 [[package]]
62 name = "block-buffer"
62 name = "block-buffer"
63 version = "0.9.0"
63 version = "0.9.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
65 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
66 dependencies = [
66 dependencies = [
67 "generic-array",
67 "generic-array",
68 ]
68 ]
69
69
70 [[package]]
70 [[package]]
71 name = "byteorder"
71 name = "byteorder"
72 version = "1.3.4"
72 version = "1.3.4"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
74 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
75
75
76 [[package]]
76 [[package]]
77 name = "bytes-cast"
77 name = "bytes-cast"
78 version = "0.2.0"
78 version = "0.2.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
80 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
81 dependencies = [
81 dependencies = [
82 "bytes-cast-derive",
82 "bytes-cast-derive",
83 ]
83 ]
84
84
85 [[package]]
85 [[package]]
86 name = "bytes-cast-derive"
86 name = "bytes-cast-derive"
87 version = "0.1.0"
87 version = "0.1.0"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
89 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
90 dependencies = [
90 dependencies = [
91 "proc-macro2",
91 "proc-macro2",
92 "quote",
92 "quote",
93 "syn",
93 "syn",
94 ]
94 ]
95
95
96 [[package]]
96 [[package]]
97 name = "cc"
97 name = "cc"
98 version = "1.0.66"
98 version = "1.0.66"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
100 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
101 dependencies = [
101 dependencies = [
102 "jobserver",
102 "jobserver",
103 ]
103 ]
104
104
105 [[package]]
105 [[package]]
106 name = "cfg-if"
106 name = "cfg-if"
107 version = "0.1.10"
107 version = "0.1.10"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
109 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
110
110
111 [[package]]
111 [[package]]
112 name = "cfg-if"
112 name = "cfg-if"
113 version = "1.0.0"
113 version = "1.0.0"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
115 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
116
116
117 [[package]]
117 [[package]]
118 name = "chrono"
118 name = "chrono"
119 version = "0.4.19"
119 version = "0.4.19"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
121 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
122 dependencies = [
122 dependencies = [
123 "libc",
123 "libc",
124 "num-integer",
124 "num-integer",
125 "num-traits",
125 "num-traits",
126 "time",
126 "time",
127 "winapi",
127 "winapi",
128 ]
128 ]
129
129
130 [[package]]
130 [[package]]
131 name = "clap"
131 name = "clap"
132 version = "2.33.3"
132 version = "2.33.3"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
134 checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
135 dependencies = [
135 dependencies = [
136 "ansi_term",
136 "ansi_term",
137 "atty",
137 "atty",
138 "bitflags",
138 "bitflags",
139 "strsim",
139 "strsim",
140 "textwrap",
140 "textwrap",
141 "unicode-width",
141 "unicode-width",
142 "vec_map",
142 "vec_map",
143 ]
143 ]
144
144
145 [[package]]
145 [[package]]
146 name = "const_fn"
146 name = "const_fn"
147 version = "0.4.4"
147 version = "0.4.4"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
149 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
150
150
151 [[package]]
151 [[package]]
152 name = "cpufeatures"
152 name = "cpufeatures"
153 version = "0.1.4"
153 version = "0.1.4"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
155 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
156 dependencies = [
156 dependencies = [
157 "libc",
157 "libc",
158 ]
158 ]
159
159
160 [[package]]
160 [[package]]
161 name = "cpython"
161 name = "cpython"
162 version = "0.7.0"
162 version = "0.7.0"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
164 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
165 dependencies = [
165 dependencies = [
166 "libc",
166 "libc",
167 "num-traits",
167 "num-traits",
168 "paste",
168 "paste",
169 "python27-sys",
170 "python3-sys",
169 "python3-sys",
171 ]
170 ]
172
171
173 [[package]]
172 [[package]]
174 name = "crc32fast"
173 name = "crc32fast"
175 version = "1.2.1"
174 version = "1.2.1"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
176 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
178 dependencies = [
177 dependencies = [
179 "cfg-if 1.0.0",
178 "cfg-if 1.0.0",
180 ]
179 ]
181
180
182 [[package]]
181 [[package]]
183 name = "crossbeam-channel"
182 name = "crossbeam-channel"
184 version = "0.4.4"
183 version = "0.4.4"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
185 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
187 dependencies = [
186 dependencies = [
188 "crossbeam-utils 0.7.2",
187 "crossbeam-utils 0.7.2",
189 "maybe-uninit",
188 "maybe-uninit",
190 ]
189 ]
191
190
192 [[package]]
191 [[package]]
193 name = "crossbeam-channel"
192 name = "crossbeam-channel"
194 version = "0.5.0"
193 version = "0.5.0"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
194 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
195 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
197 dependencies = [
196 dependencies = [
198 "cfg-if 1.0.0",
197 "cfg-if 1.0.0",
199 "crossbeam-utils 0.8.1",
198 "crossbeam-utils 0.8.1",
200 ]
199 ]
201
200
202 [[package]]
201 [[package]]
203 name = "crossbeam-deque"
202 name = "crossbeam-deque"
204 version = "0.8.0"
203 version = "0.8.0"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
204 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
205 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
207 dependencies = [
206 dependencies = [
208 "cfg-if 1.0.0",
207 "cfg-if 1.0.0",
209 "crossbeam-epoch",
208 "crossbeam-epoch",
210 "crossbeam-utils 0.8.1",
209 "crossbeam-utils 0.8.1",
211 ]
210 ]
212
211
213 [[package]]
212 [[package]]
214 name = "crossbeam-epoch"
213 name = "crossbeam-epoch"
215 version = "0.9.1"
214 version = "0.9.1"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
215 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
216 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
218 dependencies = [
217 dependencies = [
219 "cfg-if 1.0.0",
218 "cfg-if 1.0.0",
220 "const_fn",
219 "const_fn",
221 "crossbeam-utils 0.8.1",
220 "crossbeam-utils 0.8.1",
222 "lazy_static",
221 "lazy_static",
223 "memoffset",
222 "memoffset",
224 "scopeguard",
223 "scopeguard",
225 ]
224 ]
226
225
227 [[package]]
226 [[package]]
228 name = "crossbeam-utils"
227 name = "crossbeam-utils"
229 version = "0.7.2"
228 version = "0.7.2"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
230 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
232 dependencies = [
231 dependencies = [
233 "autocfg",
232 "autocfg",
234 "cfg-if 0.1.10",
233 "cfg-if 0.1.10",
235 "lazy_static",
234 "lazy_static",
236 ]
235 ]
237
236
238 [[package]]
237 [[package]]
239 name = "crossbeam-utils"
238 name = "crossbeam-utils"
240 version = "0.8.1"
239 version = "0.8.1"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
241 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
243 dependencies = [
242 dependencies = [
244 "autocfg",
243 "autocfg",
245 "cfg-if 1.0.0",
244 "cfg-if 1.0.0",
246 "lazy_static",
245 "lazy_static",
247 ]
246 ]
248
247
249 [[package]]
248 [[package]]
250 name = "ctor"
249 name = "ctor"
251 version = "0.1.16"
250 version = "0.1.16"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
252 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
254 dependencies = [
253 dependencies = [
255 "quote",
254 "quote",
256 "syn",
255 "syn",
257 ]
256 ]
258
257
259 [[package]]
258 [[package]]
260 name = "derive_more"
259 name = "derive_more"
261 version = "0.99.11"
260 version = "0.99.11"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
262 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
264 dependencies = [
263 dependencies = [
265 "proc-macro2",
264 "proc-macro2",
266 "quote",
265 "quote",
267 "syn",
266 "syn",
268 ]
267 ]
269
268
270 [[package]]
269 [[package]]
271 name = "difference"
270 name = "difference"
272 version = "2.0.0"
271 version = "2.0.0"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
273 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
275
274
276 [[package]]
275 [[package]]
277 name = "digest"
276 name = "digest"
278 version = "0.9.0"
277 version = "0.9.0"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
278 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
279 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
281 dependencies = [
280 dependencies = [
282 "generic-array",
281 "generic-array",
283 ]
282 ]
284
283
285 [[package]]
284 [[package]]
286 name = "either"
285 name = "either"
287 version = "1.6.1"
286 version = "1.6.1"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
288 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
290
289
291 [[package]]
290 [[package]]
292 name = "env_logger"
291 name = "env_logger"
293 version = "0.7.1"
292 version = "0.7.1"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
293 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
294 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
296 dependencies = [
295 dependencies = [
297 "atty",
296 "atty",
298 "humantime",
297 "humantime",
299 "log",
298 "log",
300 "regex",
299 "regex",
301 "termcolor",
300 "termcolor",
302 ]
301 ]
303
302
304 [[package]]
303 [[package]]
305 name = "flate2"
304 name = "flate2"
306 version = "1.0.19"
305 version = "1.0.19"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
307 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
309 dependencies = [
308 dependencies = [
310 "cfg-if 1.0.0",
309 "cfg-if 1.0.0",
311 "crc32fast",
310 "crc32fast",
312 "libc",
311 "libc",
313 "libz-sys",
312 "libz-sys",
314 "miniz_oxide",
313 "miniz_oxide",
315 ]
314 ]
316
315
317 [[package]]
316 [[package]]
318 name = "format-bytes"
317 name = "format-bytes"
319 version = "0.3.0"
318 version = "0.3.0"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
320 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
322 dependencies = [
321 dependencies = [
323 "format-bytes-macros",
322 "format-bytes-macros",
324 ]
323 ]
325
324
326 [[package]]
325 [[package]]
327 name = "format-bytes-macros"
326 name = "format-bytes-macros"
328 version = "0.4.0"
327 version = "0.4.0"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
329 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
331 dependencies = [
330 dependencies = [
332 "proc-macro2",
331 "proc-macro2",
333 "quote",
332 "quote",
334 "syn",
333 "syn",
335 ]
334 ]
336
335
337 [[package]]
336 [[package]]
338 name = "generic-array"
337 name = "generic-array"
339 version = "0.14.4"
338 version = "0.14.4"
340 source = "registry+https://github.com/rust-lang/crates.io-index"
339 source = "registry+https://github.com/rust-lang/crates.io-index"
341 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
340 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
342 dependencies = [
341 dependencies = [
343 "typenum",
342 "typenum",
344 "version_check",
343 "version_check",
345 ]
344 ]
346
345
347 [[package]]
346 [[package]]
348 name = "getrandom"
347 name = "getrandom"
349 version = "0.1.15"
348 version = "0.1.15"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
349 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
350 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
352 dependencies = [
351 dependencies = [
353 "cfg-if 0.1.10",
352 "cfg-if 0.1.10",
354 "libc",
353 "libc",
355 "wasi 0.9.0+wasi-snapshot-preview1",
354 "wasi 0.9.0+wasi-snapshot-preview1",
356 ]
355 ]
357
356
358 [[package]]
357 [[package]]
359 name = "getrandom"
358 name = "getrandom"
360 version = "0.2.4"
359 version = "0.2.4"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
361 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
363 dependencies = [
362 dependencies = [
364 "cfg-if 1.0.0",
363 "cfg-if 1.0.0",
365 "libc",
364 "libc",
366 "wasi 0.10.0+wasi-snapshot-preview1",
365 "wasi 0.10.0+wasi-snapshot-preview1",
367 ]
366 ]
368
367
369 [[package]]
368 [[package]]
370 name = "glob"
369 name = "glob"
371 version = "0.3.0"
370 version = "0.3.0"
372 source = "registry+https://github.com/rust-lang/crates.io-index"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
373 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
372 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
374
373
375 [[package]]
374 [[package]]
376 name = "hermit-abi"
375 name = "hermit-abi"
377 version = "0.1.17"
376 version = "0.1.17"
378 source = "registry+https://github.com/rust-lang/crates.io-index"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
379 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
378 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
380 dependencies = [
379 dependencies = [
381 "libc",
380 "libc",
382 ]
381 ]
383
382
384 [[package]]
383 [[package]]
385 name = "hex"
384 name = "hex"
386 version = "0.4.3"
385 version = "0.4.3"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
388 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
387 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
389
388
390 [[package]]
389 [[package]]
391 name = "hg-core"
390 name = "hg-core"
392 version = "0.1.0"
391 version = "0.1.0"
393 dependencies = [
392 dependencies = [
394 "bitflags",
393 "bitflags",
395 "byteorder",
394 "byteorder",
396 "bytes-cast",
395 "bytes-cast",
397 "clap",
396 "clap",
398 "crossbeam-channel 0.4.4",
397 "crossbeam-channel 0.4.4",
399 "derive_more",
398 "derive_more",
400 "flate2",
399 "flate2",
401 "format-bytes",
400 "format-bytes",
402 "home",
401 "home",
403 "im-rc",
402 "im-rc",
404 "itertools",
403 "itertools",
405 "lazy_static",
404 "lazy_static",
406 "libc",
405 "libc",
407 "log",
406 "log",
408 "memmap2",
407 "memmap2",
409 "micro-timer",
408 "micro-timer",
410 "pretty_assertions",
409 "pretty_assertions",
411 "rand 0.8.4",
410 "rand 0.8.4",
412 "rand_distr",
411 "rand_distr",
413 "rand_pcg",
412 "rand_pcg",
414 "rayon",
413 "rayon",
415 "regex",
414 "regex",
416 "same-file",
415 "same-file",
417 "sha-1",
416 "sha-1",
418 "stable_deref_trait",
417 "stable_deref_trait",
419 "tempfile",
418 "tempfile",
420 "twox-hash",
419 "twox-hash",
421 "zstd",
420 "zstd",
422 ]
421 ]
423
422
424 [[package]]
423 [[package]]
425 name = "hg-cpython"
424 name = "hg-cpython"
426 version = "0.1.0"
425 version = "0.1.0"
427 dependencies = [
426 dependencies = [
428 "cpython",
427 "cpython",
429 "crossbeam-channel 0.4.4",
428 "crossbeam-channel 0.4.4",
430 "env_logger",
429 "env_logger",
431 "hg-core",
430 "hg-core",
432 "libc",
431 "libc",
433 "log",
432 "log",
434 "stable_deref_trait",
433 "stable_deref_trait",
435 "vcsgraph",
434 "vcsgraph",
436 ]
435 ]
437
436
438 [[package]]
437 [[package]]
439 name = "home"
438 name = "home"
440 version = "0.5.3"
439 version = "0.5.3"
441 source = "registry+https://github.com/rust-lang/crates.io-index"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
442 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
441 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
443 dependencies = [
442 dependencies = [
444 "winapi",
443 "winapi",
445 ]
444 ]
446
445
447 [[package]]
446 [[package]]
448 name = "humantime"
447 name = "humantime"
449 version = "1.3.0"
448 version = "1.3.0"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
451 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
450 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
452 dependencies = [
451 dependencies = [
453 "quick-error",
452 "quick-error",
454 ]
453 ]
455
454
456 [[package]]
455 [[package]]
457 name = "im-rc"
456 name = "im-rc"
458 version = "15.0.0"
457 version = "15.0.0"
459 source = "registry+https://github.com/rust-lang/crates.io-index"
458 source = "registry+https://github.com/rust-lang/crates.io-index"
460 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
459 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
461 dependencies = [
460 dependencies = [
462 "bitmaps",
461 "bitmaps",
463 "rand_core 0.5.1",
462 "rand_core 0.5.1",
464 "rand_xoshiro",
463 "rand_xoshiro",
465 "sized-chunks",
464 "sized-chunks",
466 "typenum",
465 "typenum",
467 "version_check",
466 "version_check",
468 ]
467 ]
469
468
470 [[package]]
469 [[package]]
471 name = "itertools"
470 name = "itertools"
472 version = "0.9.0"
471 version = "0.9.0"
473 source = "registry+https://github.com/rust-lang/crates.io-index"
472 source = "registry+https://github.com/rust-lang/crates.io-index"
474 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
473 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
475 dependencies = [
474 dependencies = [
476 "either",
475 "either",
477 ]
476 ]
478
477
479 [[package]]
478 [[package]]
480 name = "jobserver"
479 name = "jobserver"
481 version = "0.1.21"
480 version = "0.1.21"
482 source = "registry+https://github.com/rust-lang/crates.io-index"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
483 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
482 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
484 dependencies = [
483 dependencies = [
485 "libc",
484 "libc",
486 ]
485 ]
487
486
488 [[package]]
487 [[package]]
489 name = "lazy_static"
488 name = "lazy_static"
490 version = "1.4.0"
489 version = "1.4.0"
491 source = "registry+https://github.com/rust-lang/crates.io-index"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
492 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
491 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
493
492
494 [[package]]
493 [[package]]
495 name = "libc"
494 name = "libc"
496 version = "0.2.81"
495 version = "0.2.81"
497 source = "registry+https://github.com/rust-lang/crates.io-index"
496 source = "registry+https://github.com/rust-lang/crates.io-index"
498 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
497 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
499
498
500 [[package]]
499 [[package]]
501 name = "libm"
500 name = "libm"
502 version = "0.2.1"
501 version = "0.2.1"
503 source = "registry+https://github.com/rust-lang/crates.io-index"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
504 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
503 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
505
504
506 [[package]]
505 [[package]]
507 name = "libz-sys"
506 name = "libz-sys"
508 version = "1.1.2"
507 version = "1.1.2"
509 source = "registry+https://github.com/rust-lang/crates.io-index"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
510 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
509 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
511 dependencies = [
510 dependencies = [
512 "cc",
511 "cc",
513 "pkg-config",
512 "pkg-config",
514 "vcpkg",
513 "vcpkg",
515 ]
514 ]
516
515
517 [[package]]
516 [[package]]
518 name = "log"
517 name = "log"
519 version = "0.4.11"
518 version = "0.4.11"
520 source = "registry+https://github.com/rust-lang/crates.io-index"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
521 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
520 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
522 dependencies = [
521 dependencies = [
523 "cfg-if 0.1.10",
522 "cfg-if 0.1.10",
524 ]
523 ]
525
524
526 [[package]]
525 [[package]]
527 name = "maybe-uninit"
526 name = "maybe-uninit"
528 version = "2.0.0"
527 version = "2.0.0"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
528 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
529 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
531
530
532 [[package]]
531 [[package]]
533 name = "memchr"
532 name = "memchr"
534 version = "2.3.4"
533 version = "2.3.4"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
534 source = "registry+https://github.com/rust-lang/crates.io-index"
536 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
535 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
537
536
538 [[package]]
537 [[package]]
539 name = "memmap2"
538 name = "memmap2"
540 version = "0.4.0"
539 version = "0.4.0"
541 source = "registry+https://github.com/rust-lang/crates.io-index"
540 source = "registry+https://github.com/rust-lang/crates.io-index"
542 checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
541 checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
543 dependencies = [
542 dependencies = [
544 "libc",
543 "libc",
545 "stable_deref_trait",
544 "stable_deref_trait",
546 ]
545 ]
547
546
548 [[package]]
547 [[package]]
549 name = "memoffset"
548 name = "memoffset"
550 version = "0.6.1"
549 version = "0.6.1"
551 source = "registry+https://github.com/rust-lang/crates.io-index"
550 source = "registry+https://github.com/rust-lang/crates.io-index"
552 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
551 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
553 dependencies = [
552 dependencies = [
554 "autocfg",
553 "autocfg",
555 ]
554 ]
556
555
557 [[package]]
556 [[package]]
558 name = "micro-timer"
557 name = "micro-timer"
559 version = "0.3.1"
558 version = "0.3.1"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
559 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
560 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
562 dependencies = [
561 dependencies = [
563 "micro-timer-macros",
562 "micro-timer-macros",
564 "scopeguard",
563 "scopeguard",
565 ]
564 ]
566
565
567 [[package]]
566 [[package]]
568 name = "micro-timer-macros"
567 name = "micro-timer-macros"
569 version = "0.3.1"
568 version = "0.3.1"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
569 source = "registry+https://github.com/rust-lang/crates.io-index"
571 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
570 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
572 dependencies = [
571 dependencies = [
573 "proc-macro2",
572 "proc-macro2",
574 "quote",
573 "quote",
575 "scopeguard",
574 "scopeguard",
576 "syn",
575 "syn",
577 ]
576 ]
578
577
579 [[package]]
578 [[package]]
580 name = "miniz_oxide"
579 name = "miniz_oxide"
581 version = "0.4.3"
580 version = "0.4.3"
582 source = "registry+https://github.com/rust-lang/crates.io-index"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
583 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
582 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
584 dependencies = [
583 dependencies = [
585 "adler",
584 "adler",
586 "autocfg",
585 "autocfg",
587 ]
586 ]
588
587
589 [[package]]
588 [[package]]
590 name = "num-integer"
589 name = "num-integer"
591 version = "0.1.44"
590 version = "0.1.44"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
591 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
592 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
594 dependencies = [
593 dependencies = [
595 "autocfg",
594 "autocfg",
596 "num-traits",
595 "num-traits",
597 ]
596 ]
598
597
599 [[package]]
598 [[package]]
600 name = "num-traits"
599 name = "num-traits"
601 version = "0.2.14"
600 version = "0.2.14"
602 source = "registry+https://github.com/rust-lang/crates.io-index"
601 source = "registry+https://github.com/rust-lang/crates.io-index"
603 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
602 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
604 dependencies = [
603 dependencies = [
605 "autocfg",
604 "autocfg",
606 "libm",
605 "libm",
607 ]
606 ]
608
607
609 [[package]]
608 [[package]]
610 name = "num_cpus"
609 name = "num_cpus"
611 version = "1.13.0"
610 version = "1.13.0"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
611 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
612 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
614 dependencies = [
613 dependencies = [
615 "hermit-abi",
614 "hermit-abi",
616 "libc",
615 "libc",
617 ]
616 ]
618
617
619 [[package]]
618 [[package]]
620 name = "opaque-debug"
619 name = "opaque-debug"
621 version = "0.3.0"
620 version = "0.3.0"
622 source = "registry+https://github.com/rust-lang/crates.io-index"
621 source = "registry+https://github.com/rust-lang/crates.io-index"
623 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
622 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
624
623
625 [[package]]
624 [[package]]
626 name = "output_vt100"
625 name = "output_vt100"
627 version = "0.1.2"
626 version = "0.1.2"
628 source = "registry+https://github.com/rust-lang/crates.io-index"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
629 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
628 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
630 dependencies = [
629 dependencies = [
631 "winapi",
630 "winapi",
632 ]
631 ]
633
632
634 [[package]]
633 [[package]]
635 name = "paste"
634 name = "paste"
636 version = "1.0.5"
635 version = "1.0.5"
637 source = "registry+https://github.com/rust-lang/crates.io-index"
636 source = "registry+https://github.com/rust-lang/crates.io-index"
638 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
637 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
639
638
640 [[package]]
639 [[package]]
641 name = "pkg-config"
640 name = "pkg-config"
642 version = "0.3.19"
641 version = "0.3.19"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
643 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
645
644
646 [[package]]
645 [[package]]
647 name = "ppv-lite86"
646 name = "ppv-lite86"
648 version = "0.2.10"
647 version = "0.2.10"
649 source = "registry+https://github.com/rust-lang/crates.io-index"
648 source = "registry+https://github.com/rust-lang/crates.io-index"
650 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
649 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
651
650
652 [[package]]
651 [[package]]
653 name = "pretty_assertions"
652 name = "pretty_assertions"
654 version = "0.6.1"
653 version = "0.6.1"
655 source = "registry+https://github.com/rust-lang/crates.io-index"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
656 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
655 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
657 dependencies = [
656 dependencies = [
658 "ansi_term",
657 "ansi_term",
659 "ctor",
658 "ctor",
660 "difference",
659 "difference",
661 "output_vt100",
660 "output_vt100",
662 ]
661 ]
663
662
664 [[package]]
663 [[package]]
665 name = "proc-macro2"
664 name = "proc-macro2"
666 version = "1.0.24"
665 version = "1.0.24"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
666 source = "registry+https://github.com/rust-lang/crates.io-index"
668 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
667 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
669 dependencies = [
668 dependencies = [
670 "unicode-xid",
669 "unicode-xid",
671 ]
670 ]
672
671
673 [[package]]
672 [[package]]
674 name = "python27-sys"
675 version = "0.7.0"
676 source = "registry+https://github.com/rust-lang/crates.io-index"
677 checksum = "94670354e264300dde81a5864cbb6bfc9d56ac3dcf3a278c32cb52f816f4dfd1"
678 dependencies = [
679 "libc",
680 "regex",
681 ]
682
683 [[package]]
684 name = "python3-sys"
673 name = "python3-sys"
685 version = "0.7.0"
674 version = "0.7.0"
686 source = "registry+https://github.com/rust-lang/crates.io-index"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
687 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
676 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
688 dependencies = [
677 dependencies = [
689 "libc",
678 "libc",
690 "regex",
679 "regex",
691 ]
680 ]
692
681
693 [[package]]
682 [[package]]
694 name = "quick-error"
683 name = "quick-error"
695 version = "1.2.3"
684 version = "1.2.3"
696 source = "registry+https://github.com/rust-lang/crates.io-index"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
697 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
686 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
698
687
699 [[package]]
688 [[package]]
700 name = "quote"
689 name = "quote"
701 version = "1.0.7"
690 version = "1.0.7"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
691 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
692 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
704 dependencies = [
693 dependencies = [
705 "proc-macro2",
694 "proc-macro2",
706 ]
695 ]
707
696
708 [[package]]
697 [[package]]
709 name = "rand"
698 name = "rand"
710 version = "0.7.3"
699 version = "0.7.3"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
700 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
701 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
713 dependencies = [
702 dependencies = [
714 "getrandom 0.1.15",
703 "getrandom 0.1.15",
715 "libc",
704 "libc",
716 "rand_chacha 0.2.2",
705 "rand_chacha 0.2.2",
717 "rand_core 0.5.1",
706 "rand_core 0.5.1",
718 "rand_hc 0.2.0",
707 "rand_hc 0.2.0",
719 ]
708 ]
720
709
721 [[package]]
710 [[package]]
722 name = "rand"
711 name = "rand"
723 version = "0.8.4"
712 version = "0.8.4"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
714 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
726 dependencies = [
715 dependencies = [
727 "libc",
716 "libc",
728 "rand_chacha 0.3.1",
717 "rand_chacha 0.3.1",
729 "rand_core 0.6.3",
718 "rand_core 0.6.3",
730 "rand_hc 0.3.1",
719 "rand_hc 0.3.1",
731 ]
720 ]
732
721
733 [[package]]
722 [[package]]
734 name = "rand_chacha"
723 name = "rand_chacha"
735 version = "0.2.2"
724 version = "0.2.2"
736 source = "registry+https://github.com/rust-lang/crates.io-index"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
737 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
726 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
738 dependencies = [
727 dependencies = [
739 "ppv-lite86",
728 "ppv-lite86",
740 "rand_core 0.5.1",
729 "rand_core 0.5.1",
741 ]
730 ]
742
731
743 [[package]]
732 [[package]]
744 name = "rand_chacha"
733 name = "rand_chacha"
745 version = "0.3.1"
734 version = "0.3.1"
746 source = "registry+https://github.com/rust-lang/crates.io-index"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
747 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
736 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
748 dependencies = [
737 dependencies = [
749 "ppv-lite86",
738 "ppv-lite86",
750 "rand_core 0.6.3",
739 "rand_core 0.6.3",
751 ]
740 ]
752
741
753 [[package]]
742 [[package]]
754 name = "rand_core"
743 name = "rand_core"
755 version = "0.5.1"
744 version = "0.5.1"
756 source = "registry+https://github.com/rust-lang/crates.io-index"
745 source = "registry+https://github.com/rust-lang/crates.io-index"
757 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
746 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
758 dependencies = [
747 dependencies = [
759 "getrandom 0.1.15",
748 "getrandom 0.1.15",
760 ]
749 ]
761
750
762 [[package]]
751 [[package]]
763 name = "rand_core"
752 name = "rand_core"
764 version = "0.6.3"
753 version = "0.6.3"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
755 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
767 dependencies = [
756 dependencies = [
768 "getrandom 0.2.4",
757 "getrandom 0.2.4",
769 ]
758 ]
770
759
771 [[package]]
760 [[package]]
772 name = "rand_distr"
761 name = "rand_distr"
773 version = "0.4.2"
762 version = "0.4.2"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
775 checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
764 checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
776 dependencies = [
765 dependencies = [
777 "num-traits",
766 "num-traits",
778 "rand 0.8.4",
767 "rand 0.8.4",
779 ]
768 ]
780
769
781 [[package]]
770 [[package]]
782 name = "rand_hc"
771 name = "rand_hc"
783 version = "0.2.0"
772 version = "0.2.0"
784 source = "registry+https://github.com/rust-lang/crates.io-index"
773 source = "registry+https://github.com/rust-lang/crates.io-index"
785 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
774 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
786 dependencies = [
775 dependencies = [
787 "rand_core 0.5.1",
776 "rand_core 0.5.1",
788 ]
777 ]
789
778
790 [[package]]
779 [[package]]
791 name = "rand_hc"
780 name = "rand_hc"
792 version = "0.3.1"
781 version = "0.3.1"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
783 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
795 dependencies = [
784 dependencies = [
796 "rand_core 0.6.3",
785 "rand_core 0.6.3",
797 ]
786 ]
798
787
799 [[package]]
788 [[package]]
800 name = "rand_pcg"
789 name = "rand_pcg"
801 version = "0.3.1"
790 version = "0.3.1"
802 source = "registry+https://github.com/rust-lang/crates.io-index"
791 source = "registry+https://github.com/rust-lang/crates.io-index"
803 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
792 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
804 dependencies = [
793 dependencies = [
805 "rand_core 0.6.3",
794 "rand_core 0.6.3",
806 ]
795 ]
807
796
808 [[package]]
797 [[package]]
809 name = "rand_xoshiro"
798 name = "rand_xoshiro"
810 version = "0.4.0"
799 version = "0.4.0"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
812 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
801 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
813 dependencies = [
802 dependencies = [
814 "rand_core 0.5.1",
803 "rand_core 0.5.1",
815 ]
804 ]
816
805
817 [[package]]
806 [[package]]
818 name = "rayon"
807 name = "rayon"
819 version = "1.5.0"
808 version = "1.5.0"
820 source = "registry+https://github.com/rust-lang/crates.io-index"
809 source = "registry+https://github.com/rust-lang/crates.io-index"
821 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
810 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
822 dependencies = [
811 dependencies = [
823 "autocfg",
812 "autocfg",
824 "crossbeam-deque",
813 "crossbeam-deque",
825 "either",
814 "either",
826 "rayon-core",
815 "rayon-core",
827 ]
816 ]
828
817
829 [[package]]
818 [[package]]
830 name = "rayon-core"
819 name = "rayon-core"
831 version = "1.9.0"
820 version = "1.9.0"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
833 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
822 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
834 dependencies = [
823 dependencies = [
835 "crossbeam-channel 0.5.0",
824 "crossbeam-channel 0.5.0",
836 "crossbeam-deque",
825 "crossbeam-deque",
837 "crossbeam-utils 0.8.1",
826 "crossbeam-utils 0.8.1",
838 "lazy_static",
827 "lazy_static",
839 "num_cpus",
828 "num_cpus",
840 ]
829 ]
841
830
842 [[package]]
831 [[package]]
843 name = "redox_syscall"
832 name = "redox_syscall"
844 version = "0.1.57"
833 version = "0.1.57"
845 source = "registry+https://github.com/rust-lang/crates.io-index"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
846 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
835 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
847
836
848 [[package]]
837 [[package]]
849 name = "regex"
838 name = "regex"
850 version = "1.4.2"
839 version = "1.4.2"
851 source = "registry+https://github.com/rust-lang/crates.io-index"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
852 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
841 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
853 dependencies = [
842 dependencies = [
854 "aho-corasick",
843 "aho-corasick",
855 "memchr",
844 "memchr",
856 "regex-syntax",
845 "regex-syntax",
857 "thread_local",
846 "thread_local",
858 ]
847 ]
859
848
860 [[package]]
849 [[package]]
861 name = "regex-syntax"
850 name = "regex-syntax"
862 version = "0.6.21"
851 version = "0.6.21"
863 source = "registry+https://github.com/rust-lang/crates.io-index"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
864 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
853 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
865
854
866 [[package]]
855 [[package]]
867 name = "remove_dir_all"
856 name = "remove_dir_all"
868 version = "0.5.3"
857 version = "0.5.3"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
858 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
859 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
871 dependencies = [
860 dependencies = [
872 "winapi",
861 "winapi",
873 ]
862 ]
874
863
875 [[package]]
864 [[package]]
876 name = "rhg"
865 name = "rhg"
877 version = "0.1.0"
866 version = "0.1.0"
878 dependencies = [
867 dependencies = [
879 "atty",
868 "atty",
880 "chrono",
869 "chrono",
881 "clap",
870 "clap",
882 "derive_more",
871 "derive_more",
883 "env_logger",
872 "env_logger",
884 "format-bytes",
873 "format-bytes",
885 "hg-core",
874 "hg-core",
886 "home",
875 "home",
887 "lazy_static",
876 "lazy_static",
888 "log",
877 "log",
889 "micro-timer",
878 "micro-timer",
890 "regex",
879 "regex",
891 "users",
880 "users",
892 ]
881 ]
893
882
894 [[package]]
883 [[package]]
895 name = "same-file"
884 name = "same-file"
896 version = "1.0.6"
885 version = "1.0.6"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
886 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
887 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
899 dependencies = [
888 dependencies = [
900 "winapi-util",
889 "winapi-util",
901 ]
890 ]
902
891
903 [[package]]
892 [[package]]
904 name = "scopeguard"
893 name = "scopeguard"
905 version = "1.1.0"
894 version = "1.1.0"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
895 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
896 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
908
897
909 [[package]]
898 [[package]]
910 name = "sha-1"
899 name = "sha-1"
911 version = "0.9.6"
900 version = "0.9.6"
912 source = "registry+https://github.com/rust-lang/crates.io-index"
901 source = "registry+https://github.com/rust-lang/crates.io-index"
913 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
902 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
914 dependencies = [
903 dependencies = [
915 "block-buffer",
904 "block-buffer",
916 "cfg-if 1.0.0",
905 "cfg-if 1.0.0",
917 "cpufeatures",
906 "cpufeatures",
918 "digest",
907 "digest",
919 "opaque-debug",
908 "opaque-debug",
920 ]
909 ]
921
910
922 [[package]]
911 [[package]]
923 name = "sized-chunks"
912 name = "sized-chunks"
924 version = "0.6.2"
913 version = "0.6.2"
925 source = "registry+https://github.com/rust-lang/crates.io-index"
914 source = "registry+https://github.com/rust-lang/crates.io-index"
926 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
915 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
927 dependencies = [
916 dependencies = [
928 "bitmaps",
917 "bitmaps",
929 "typenum",
918 "typenum",
930 ]
919 ]
931
920
932 [[package]]
921 [[package]]
933 name = "stable_deref_trait"
922 name = "stable_deref_trait"
934 version = "1.2.0"
923 version = "1.2.0"
935 source = "registry+https://github.com/rust-lang/crates.io-index"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
936 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
925 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
937
926
938 [[package]]
927 [[package]]
939 name = "static_assertions"
928 name = "static_assertions"
940 version = "1.1.0"
929 version = "1.1.0"
941 source = "registry+https://github.com/rust-lang/crates.io-index"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
942 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
931 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
943
932
944 [[package]]
933 [[package]]
945 name = "strsim"
934 name = "strsim"
946 version = "0.8.0"
935 version = "0.8.0"
947 source = "registry+https://github.com/rust-lang/crates.io-index"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
948 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
937 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
949
938
950 [[package]]
939 [[package]]
951 name = "syn"
940 name = "syn"
952 version = "1.0.54"
941 version = "1.0.54"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
942 source = "registry+https://github.com/rust-lang/crates.io-index"
954 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
943 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
955 dependencies = [
944 dependencies = [
956 "proc-macro2",
945 "proc-macro2",
957 "quote",
946 "quote",
958 "unicode-xid",
947 "unicode-xid",
959 ]
948 ]
960
949
961 [[package]]
950 [[package]]
962 name = "tempfile"
951 name = "tempfile"
963 version = "3.1.0"
952 version = "3.1.0"
964 source = "registry+https://github.com/rust-lang/crates.io-index"
953 source = "registry+https://github.com/rust-lang/crates.io-index"
965 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
954 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
966 dependencies = [
955 dependencies = [
967 "cfg-if 0.1.10",
956 "cfg-if 0.1.10",
968 "libc",
957 "libc",
969 "rand 0.7.3",
958 "rand 0.7.3",
970 "redox_syscall",
959 "redox_syscall",
971 "remove_dir_all",
960 "remove_dir_all",
972 "winapi",
961 "winapi",
973 ]
962 ]
974
963
975 [[package]]
964 [[package]]
976 name = "termcolor"
965 name = "termcolor"
977 version = "1.1.2"
966 version = "1.1.2"
978 source = "registry+https://github.com/rust-lang/crates.io-index"
967 source = "registry+https://github.com/rust-lang/crates.io-index"
979 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
968 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
980 dependencies = [
969 dependencies = [
981 "winapi-util",
970 "winapi-util",
982 ]
971 ]
983
972
984 [[package]]
973 [[package]]
985 name = "textwrap"
974 name = "textwrap"
986 version = "0.11.0"
975 version = "0.11.0"
987 source = "registry+https://github.com/rust-lang/crates.io-index"
976 source = "registry+https://github.com/rust-lang/crates.io-index"
988 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
977 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
989 dependencies = [
978 dependencies = [
990 "unicode-width",
979 "unicode-width",
991 ]
980 ]
992
981
993 [[package]]
982 [[package]]
994 name = "thread_local"
983 name = "thread_local"
995 version = "1.0.1"
984 version = "1.0.1"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
985 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
986 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
998 dependencies = [
987 dependencies = [
999 "lazy_static",
988 "lazy_static",
1000 ]
989 ]
1001
990
1002 [[package]]
991 [[package]]
1003 name = "time"
992 name = "time"
1004 version = "0.1.44"
993 version = "0.1.44"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
994 source = "registry+https://github.com/rust-lang/crates.io-index"
1006 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
995 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1007 dependencies = [
996 dependencies = [
1008 "libc",
997 "libc",
1009 "wasi 0.10.0+wasi-snapshot-preview1",
998 "wasi 0.10.0+wasi-snapshot-preview1",
1010 "winapi",
999 "winapi",
1011 ]
1000 ]
1012
1001
1013 [[package]]
1002 [[package]]
1014 name = "twox-hash"
1003 name = "twox-hash"
1015 version = "1.6.0"
1004 version = "1.6.0"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1005 source = "registry+https://github.com/rust-lang/crates.io-index"
1017 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
1006 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
1018 dependencies = [
1007 dependencies = [
1019 "cfg-if 0.1.10",
1008 "cfg-if 0.1.10",
1020 "rand 0.7.3",
1009 "rand 0.7.3",
1021 "static_assertions",
1010 "static_assertions",
1022 ]
1011 ]
1023
1012
1024 [[package]]
1013 [[package]]
1025 name = "typenum"
1014 name = "typenum"
1026 version = "1.12.0"
1015 version = "1.12.0"
1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1017 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1029
1018
1030 [[package]]
1019 [[package]]
1031 name = "unicode-width"
1020 name = "unicode-width"
1032 version = "0.1.8"
1021 version = "0.1.8"
1033 source = "registry+https://github.com/rust-lang/crates.io-index"
1022 source = "registry+https://github.com/rust-lang/crates.io-index"
1034 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1023 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1035
1024
1036 [[package]]
1025 [[package]]
1037 name = "unicode-xid"
1026 name = "unicode-xid"
1038 version = "0.2.1"
1027 version = "0.2.1"
1039 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1029 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1041
1030
1042 [[package]]
1031 [[package]]
1043 name = "users"
1032 name = "users"
1044 version = "0.11.0"
1033 version = "0.11.0"
1045 source = "registry+https://github.com/rust-lang/crates.io-index"
1034 source = "registry+https://github.com/rust-lang/crates.io-index"
1046 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1035 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1047 dependencies = [
1036 dependencies = [
1048 "libc",
1037 "libc",
1049 "log",
1038 "log",
1050 ]
1039 ]
1051
1040
1052 [[package]]
1041 [[package]]
1053 name = "vcpkg"
1042 name = "vcpkg"
1054 version = "0.2.11"
1043 version = "0.2.11"
1055 source = "registry+https://github.com/rust-lang/crates.io-index"
1044 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1045 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1057
1046
1058 [[package]]
1047 [[package]]
1059 name = "vcsgraph"
1048 name = "vcsgraph"
1060 version = "0.2.0"
1049 version = "0.2.0"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1051 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1063 dependencies = [
1052 dependencies = [
1064 "hex",
1053 "hex",
1065 "rand 0.7.3",
1054 "rand 0.7.3",
1066 "sha-1",
1055 "sha-1",
1067 ]
1056 ]
1068
1057
1069 [[package]]
1058 [[package]]
1070 name = "vec_map"
1059 name = "vec_map"
1071 version = "0.8.2"
1060 version = "0.8.2"
1072 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 source = "registry+https://github.com/rust-lang/crates.io-index"
1073 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1062 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1074
1063
1075 [[package]]
1064 [[package]]
1076 name = "version_check"
1065 name = "version_check"
1077 version = "0.9.2"
1066 version = "0.9.2"
1078 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1079 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1068 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1080
1069
1081 [[package]]
1070 [[package]]
1082 name = "wasi"
1071 name = "wasi"
1083 version = "0.9.0+wasi-snapshot-preview1"
1072 version = "0.9.0+wasi-snapshot-preview1"
1084 source = "registry+https://github.com/rust-lang/crates.io-index"
1073 source = "registry+https://github.com/rust-lang/crates.io-index"
1085 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1074 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1086
1075
1087 [[package]]
1076 [[package]]
1088 name = "wasi"
1077 name = "wasi"
1089 version = "0.10.0+wasi-snapshot-preview1"
1078 version = "0.10.0+wasi-snapshot-preview1"
1090 source = "registry+https://github.com/rust-lang/crates.io-index"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1091 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1080 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1092
1081
1093 [[package]]
1082 [[package]]
1094 name = "winapi"
1083 name = "winapi"
1095 version = "0.3.9"
1084 version = "0.3.9"
1096 source = "registry+https://github.com/rust-lang/crates.io-index"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1097 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1086 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1098 dependencies = [
1087 dependencies = [
1099 "winapi-i686-pc-windows-gnu",
1088 "winapi-i686-pc-windows-gnu",
1100 "winapi-x86_64-pc-windows-gnu",
1089 "winapi-x86_64-pc-windows-gnu",
1101 ]
1090 ]
1102
1091
1103 [[package]]
1092 [[package]]
1104 name = "winapi-i686-pc-windows-gnu"
1093 name = "winapi-i686-pc-windows-gnu"
1105 version = "0.4.0"
1094 version = "0.4.0"
1106 source = "registry+https://github.com/rust-lang/crates.io-index"
1095 source = "registry+https://github.com/rust-lang/crates.io-index"
1107 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1096 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1108
1097
1109 [[package]]
1098 [[package]]
1110 name = "winapi-util"
1099 name = "winapi-util"
1111 version = "0.1.5"
1100 version = "0.1.5"
1112 source = "registry+https://github.com/rust-lang/crates.io-index"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1113 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1102 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1114 dependencies = [
1103 dependencies = [
1115 "winapi",
1104 "winapi",
1116 ]
1105 ]
1117
1106
1118 [[package]]
1107 [[package]]
1119 name = "winapi-x86_64-pc-windows-gnu"
1108 name = "winapi-x86_64-pc-windows-gnu"
1120 version = "0.4.0"
1109 version = "0.4.0"
1121 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1111 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1123
1112
1124 [[package]]
1113 [[package]]
1125 name = "zstd"
1114 name = "zstd"
1126 version = "0.5.3+zstd.1.4.5"
1115 version = "0.5.3+zstd.1.4.5"
1127 source = "registry+https://github.com/rust-lang/crates.io-index"
1116 source = "registry+https://github.com/rust-lang/crates.io-index"
1128 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1117 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1129 dependencies = [
1118 dependencies = [
1130 "zstd-safe",
1119 "zstd-safe",
1131 ]
1120 ]
1132
1121
1133 [[package]]
1122 [[package]]
1134 name = "zstd-safe"
1123 name = "zstd-safe"
1135 version = "2.0.5+zstd.1.4.5"
1124 version = "2.0.5+zstd.1.4.5"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1125 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1126 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1138 dependencies = [
1127 dependencies = [
1139 "libc",
1128 "libc",
1140 "zstd-sys",
1129 "zstd-sys",
1141 ]
1130 ]
1142
1131
1143 [[package]]
1132 [[package]]
1144 name = "zstd-sys"
1133 name = "zstd-sys"
1145 version = "1.4.17+zstd.1.4.5"
1134 version = "1.4.17+zstd.1.4.5"
1146 source = "registry+https://github.com/rust-lang/crates.io-index"
1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1147 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
1136 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
1148 dependencies = [
1137 dependencies = [
1149 "cc",
1138 "cc",
1150 "glob",
1139 "glob",
1151 "itertools",
1140 "itertools",
1152 "libc",
1141 "libc",
1153 ]
1142 ]
@@ -1,32 +1,29
1 [package]
1 [package]
2 name = "hg-cpython"
2 name = "hg-cpython"
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 edition = "2018"
5 edition = "2018"
6
6
7 [lib]
7 [lib]
8 name='rusthg'
8 name='rusthg'
9 crate-type = ["cdylib"]
9 crate-type = ["cdylib"]
10
10
11 [features]
11 [features]
12 default = ["python3"]
12 default = ["python3"]
13
13
14 # Features to build an extension module:
14 # Features to build an extension module:
15 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]
16 python3 = ["cpython/python3-sys", "cpython/extension-module"]
15 python3 = ["cpython/python3-sys", "cpython/extension-module"]
17
16
18 # Enable one of these features to build a test executable linked to libpython:
17 # Enable this feature to build a test executable linked to libpython:
19 # e.g. cargo test --no-default-features --features python27-bin
18 # e.g. cargo test --no-default-features --features python3-bin
20 python27-bin = ["cpython/python27-sys"]
21 python3-bin = ["cpython/python3-sys"]
19 python3-bin = ["cpython/python3-sys"]
22
20
23 [dependencies]
21 [dependencies]
24 cpython = { version = "0.7.0", default-features = false }
22 cpython = { version = "0.7.0", default-features = false }
25 crossbeam-channel = "0.4"
23 crossbeam-channel = "0.4"
26 hg-core = { path = "../hg-core"}
24 hg-core = { path = "../hg-core"}
27 libc = "0.2"
25 libc = "0.2"
28 log = "0.4.8"
26 log = "0.4.8"
29 env_logger = "0.7.1"
27 env_logger = "0.7.1"
30 stable_deref_trait = "1.2.0"
28 stable_deref_trait = "1.2.0"
31 vcsgraph = "0.2.0"
29 vcsgraph = "0.2.0"
32
@@ -1,70 +1,70
1 // lib.rs
1 // lib.rs
2 //
2 //
3 // Copyright 2018 Georges Racinet <gracinet@anybox.fr>
3 // Copyright 2018 Georges Racinet <gracinet@anybox.fr>
4 //
4 //
5 // This software may be used and distributed according to the terms of the
5 // This software may be used and distributed according to the terms of the
6 // GNU General Public License version 2 or any later version.
6 // GNU General Public License version 2 or any later version.
7
7
8 //! Python bindings of `hg-core` objects using the `cpython` crate.
8 //! Python bindings of `hg-core` objects using the `cpython` crate.
9 //! Once compiled, the resulting single shared library object can be placed in
9 //! Once compiled, the resulting single shared library object can be placed in
10 //! the `mercurial` package directly as `rustext.so` or `rustext.dll`.
10 //! the `mercurial` package directly as `rustext.so` or `rustext.dll`.
11 //! It holds several modules, so that from the point of view of Python,
11 //! It holds several modules, so that from the point of view of Python,
12 //! it behaves as the `cext` package.
12 //! it behaves as the `cext` package.
13 //!
13 //!
14 //! Example:
14 //! Example:
15 //!
15 //!
16 //! ```text
16 //! ```text
17 //! >>> from mercurial.rustext import ancestor
17 //! >>> from mercurial.rustext import ancestor
18 //! >>> ancestor.__doc__
18 //! >>> ancestor.__doc__
19 //! 'Generic DAG ancestor algorithms - Rust implementation'
19 //! 'Generic DAG ancestor algorithms - Rust implementation'
20 //! ```
20 //! ```
21
21
22 /// This crate uses nested private macros, `extern crate` is still needed in
22 /// This crate uses nested private macros, `extern crate` is still needed in
23 /// 2018 edition.
23 /// 2018 edition.
24 #[macro_use]
24 #[macro_use]
25 extern crate cpython;
25 extern crate cpython;
26
26
27 pub mod ancestors;
27 pub mod ancestors;
28 mod cindex;
28 mod cindex;
29 mod conversion;
29 mod conversion;
30 #[macro_use]
30 #[macro_use]
31 pub mod ref_sharing;
31 pub mod ref_sharing;
32 pub mod copy_tracing;
32 pub mod copy_tracing;
33 pub mod dagops;
33 pub mod dagops;
34 pub mod debug;
34 pub mod debug;
35 pub mod dirstate;
35 pub mod dirstate;
36 pub mod discovery;
36 pub mod discovery;
37 pub mod exceptions;
37 pub mod exceptions;
38 mod pybytes_deref;
38 mod pybytes_deref;
39 pub mod revlog;
39 pub mod revlog;
40 pub mod utils;
40 pub mod utils;
41
41
42 py_module_initializer!(rustext, initrustext, PyInit_rustext, |py, m| {
42 py_module_initializer!(rustext, initrustext, PyInit_rustext, |py, m| {
43 m.add(
43 m.add(
44 py,
44 py,
45 "__doc__",
45 "__doc__",
46 "Mercurial core concepts - Rust implementation",
46 "Mercurial core concepts - Rust implementation",
47 )?;
47 )?;
48
48
49 let dotted_name: String = m.get(py, "__name__")?.extract(py)?;
49 let dotted_name: String = m.get(py, "__name__")?.extract(py)?;
50 m.add(py, "ancestor", ancestors::init_module(py, &dotted_name)?)?;
50 m.add(py, "ancestor", ancestors::init_module(py, &dotted_name)?)?;
51 m.add(py, "dagop", dagops::init_module(py, &dotted_name)?)?;
51 m.add(py, "dagop", dagops::init_module(py, &dotted_name)?)?;
52 m.add(py, "debug", debug::init_module(py, &dotted_name)?)?;
52 m.add(py, "debug", debug::init_module(py, &dotted_name)?)?;
53 m.add(
53 m.add(
54 py,
54 py,
55 "copy_tracing",
55 "copy_tracing",
56 copy_tracing::init_module(py, &dotted_name)?,
56 copy_tracing::init_module(py, &dotted_name)?,
57 )?;
57 )?;
58 m.add(py, "discovery", discovery::init_module(py, &dotted_name)?)?;
58 m.add(py, "discovery", discovery::init_module(py, &dotted_name)?)?;
59 m.add(py, "dirstate", dirstate::init_module(py, &dotted_name)?)?;
59 m.add(py, "dirstate", dirstate::init_module(py, &dotted_name)?)?;
60 m.add(py, "revlog", revlog::init_module(py, &dotted_name)?)?;
60 m.add(py, "revlog", revlog::init_module(py, &dotted_name)?)?;
61 m.add(py, "GraphError", py.get_type::<exceptions::GraphError>())?;
61 m.add(py, "GraphError", py.get_type::<exceptions::GraphError>())?;
62 Ok(())
62 Ok(())
63 });
63 });
64
64
65 #[cfg(not(any(feature = "python27-bin", feature = "python3-bin")))]
65 #[cfg(not(feature = "python3-bin"))]
66 #[test]
66 #[test]
67 #[ignore]
67 #[ignore]
68 fn libpython_must_be_linked_to_run_tests() {
68 fn libpython_must_be_linked_to_run_tests() {
69 // stub function to tell that some tests wouldn't run
69 // stub function to tell that some tests wouldn't run
70 }
70 }
General Comments 0
You need to be logged in to leave comments. Login now