##// END OF EJS Templates
rust: update the rust-cpython crate to 0.7.0...
Simon Sapin -
r49011:63e86fc9 default
parent child Browse files
Show More
@@ -1,1083 +1,1083 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 = "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.6.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 = "8094679a4e9bfc8035572162624bc800eda35b5f9eff2537b9cd9aacc3d9782e"
164 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
165 dependencies = [
165 dependencies = [
166 "libc",
166 "libc",
167 "num-traits",
167 "num-traits",
168 "paste",
168 "paste",
169 "python27-sys",
169 "python27-sys",
170 "python3-sys",
170 "python3-sys",
171 ]
171 ]
172
172
173 [[package]]
173 [[package]]
174 name = "crc32fast"
174 name = "crc32fast"
175 version = "1.2.1"
175 version = "1.2.1"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
177 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
178 dependencies = [
178 dependencies = [
179 "cfg-if 1.0.0",
179 "cfg-if 1.0.0",
180 ]
180 ]
181
181
182 [[package]]
182 [[package]]
183 name = "crossbeam-channel"
183 name = "crossbeam-channel"
184 version = "0.4.4"
184 version = "0.4.4"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
186 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
187 dependencies = [
187 dependencies = [
188 "crossbeam-utils 0.7.2",
188 "crossbeam-utils 0.7.2",
189 "maybe-uninit",
189 "maybe-uninit",
190 ]
190 ]
191
191
192 [[package]]
192 [[package]]
193 name = "crossbeam-channel"
193 name = "crossbeam-channel"
194 version = "0.5.0"
194 version = "0.5.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 = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
196 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
197 dependencies = [
197 dependencies = [
198 "cfg-if 1.0.0",
198 "cfg-if 1.0.0",
199 "crossbeam-utils 0.8.1",
199 "crossbeam-utils 0.8.1",
200 ]
200 ]
201
201
202 [[package]]
202 [[package]]
203 name = "crossbeam-deque"
203 name = "crossbeam-deque"
204 version = "0.8.0"
204 version = "0.8.0"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
206 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
207 dependencies = [
207 dependencies = [
208 "cfg-if 1.0.0",
208 "cfg-if 1.0.0",
209 "crossbeam-epoch",
209 "crossbeam-epoch",
210 "crossbeam-utils 0.8.1",
210 "crossbeam-utils 0.8.1",
211 ]
211 ]
212
212
213 [[package]]
213 [[package]]
214 name = "crossbeam-epoch"
214 name = "crossbeam-epoch"
215 version = "0.9.1"
215 version = "0.9.1"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
216 source = "registry+https://github.com/rust-lang/crates.io-index"
217 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
217 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
218 dependencies = [
218 dependencies = [
219 "cfg-if 1.0.0",
219 "cfg-if 1.0.0",
220 "const_fn",
220 "const_fn",
221 "crossbeam-utils 0.8.1",
221 "crossbeam-utils 0.8.1",
222 "lazy_static",
222 "lazy_static",
223 "memoffset",
223 "memoffset",
224 "scopeguard",
224 "scopeguard",
225 ]
225 ]
226
226
227 [[package]]
227 [[package]]
228 name = "crossbeam-utils"
228 name = "crossbeam-utils"
229 version = "0.7.2"
229 version = "0.7.2"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
231 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
232 dependencies = [
232 dependencies = [
233 "autocfg",
233 "autocfg",
234 "cfg-if 0.1.10",
234 "cfg-if 0.1.10",
235 "lazy_static",
235 "lazy_static",
236 ]
236 ]
237
237
238 [[package]]
238 [[package]]
239 name = "crossbeam-utils"
239 name = "crossbeam-utils"
240 version = "0.8.1"
240 version = "0.8.1"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
241 source = "registry+https://github.com/rust-lang/crates.io-index"
242 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
242 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
243 dependencies = [
243 dependencies = [
244 "autocfg",
244 "autocfg",
245 "cfg-if 1.0.0",
245 "cfg-if 1.0.0",
246 "lazy_static",
246 "lazy_static",
247 ]
247 ]
248
248
249 [[package]]
249 [[package]]
250 name = "ctor"
250 name = "ctor"
251 version = "0.1.16"
251 version = "0.1.16"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
253 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
254 dependencies = [
254 dependencies = [
255 "quote",
255 "quote",
256 "syn",
256 "syn",
257 ]
257 ]
258
258
259 [[package]]
259 [[package]]
260 name = "derive_more"
260 name = "derive_more"
261 version = "0.99.11"
261 version = "0.99.11"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
263 checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
264 dependencies = [
264 dependencies = [
265 "proc-macro2",
265 "proc-macro2",
266 "quote",
266 "quote",
267 "syn",
267 "syn",
268 ]
268 ]
269
269
270 [[package]]
270 [[package]]
271 name = "difference"
271 name = "difference"
272 version = "2.0.0"
272 version = "2.0.0"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
274 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
275
275
276 [[package]]
276 [[package]]
277 name = "digest"
277 name = "digest"
278 version = "0.9.0"
278 version = "0.9.0"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
279 source = "registry+https://github.com/rust-lang/crates.io-index"
280 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
280 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
281 dependencies = [
281 dependencies = [
282 "generic-array",
282 "generic-array",
283 ]
283 ]
284
284
285 [[package]]
285 [[package]]
286 name = "either"
286 name = "either"
287 version = "1.6.1"
287 version = "1.6.1"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
289 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
290
290
291 [[package]]
291 [[package]]
292 name = "env_logger"
292 name = "env_logger"
293 version = "0.7.1"
293 version = "0.7.1"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
294 source = "registry+https://github.com/rust-lang/crates.io-index"
295 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
295 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
296 dependencies = [
296 dependencies = [
297 "atty",
297 "atty",
298 "humantime",
298 "humantime",
299 "log",
299 "log",
300 "regex",
300 "regex",
301 "termcolor",
301 "termcolor",
302 ]
302 ]
303
303
304 [[package]]
304 [[package]]
305 name = "flate2"
305 name = "flate2"
306 version = "1.0.19"
306 version = "1.0.19"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
308 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
309 dependencies = [
309 dependencies = [
310 "cfg-if 1.0.0",
310 "cfg-if 1.0.0",
311 "crc32fast",
311 "crc32fast",
312 "libc",
312 "libc",
313 "libz-sys",
313 "libz-sys",
314 "miniz_oxide",
314 "miniz_oxide",
315 ]
315 ]
316
316
317 [[package]]
317 [[package]]
318 name = "format-bytes"
318 name = "format-bytes"
319 version = "0.2.2"
319 version = "0.2.2"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762"
321 checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762"
322 dependencies = [
322 dependencies = [
323 "format-bytes-macros",
323 "format-bytes-macros",
324 "proc-macro-hack",
324 "proc-macro-hack",
325 ]
325 ]
326
326
327 [[package]]
327 [[package]]
328 name = "format-bytes-macros"
328 name = "format-bytes-macros"
329 version = "0.3.0"
329 version = "0.3.0"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
331 checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d"
332 dependencies = [
332 dependencies = [
333 "proc-macro-hack",
333 "proc-macro-hack",
334 "proc-macro2",
334 "proc-macro2",
335 "quote",
335 "quote",
336 "syn",
336 "syn",
337 ]
337 ]
338
338
339 [[package]]
339 [[package]]
340 name = "generic-array"
340 name = "generic-array"
341 version = "0.14.4"
341 version = "0.14.4"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
342 source = "registry+https://github.com/rust-lang/crates.io-index"
343 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
343 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
344 dependencies = [
344 dependencies = [
345 "typenum",
345 "typenum",
346 "version_check",
346 "version_check",
347 ]
347 ]
348
348
349 [[package]]
349 [[package]]
350 name = "getrandom"
350 name = "getrandom"
351 version = "0.1.15"
351 version = "0.1.15"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
353 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
354 dependencies = [
354 dependencies = [
355 "cfg-if 0.1.10",
355 "cfg-if 0.1.10",
356 "libc",
356 "libc",
357 "wasi 0.9.0+wasi-snapshot-preview1",
357 "wasi 0.9.0+wasi-snapshot-preview1",
358 ]
358 ]
359
359
360 [[package]]
360 [[package]]
361 name = "glob"
361 name = "glob"
362 version = "0.3.0"
362 version = "0.3.0"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
364 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
365
365
366 [[package]]
366 [[package]]
367 name = "hermit-abi"
367 name = "hermit-abi"
368 version = "0.1.17"
368 version = "0.1.17"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
370 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
371 dependencies = [
371 dependencies = [
372 "libc",
372 "libc",
373 ]
373 ]
374
374
375 [[package]]
375 [[package]]
376 name = "hg-core"
376 name = "hg-core"
377 version = "0.1.0"
377 version = "0.1.0"
378 dependencies = [
378 dependencies = [
379 "bitflags",
379 "bitflags",
380 "byteorder",
380 "byteorder",
381 "bytes-cast",
381 "bytes-cast",
382 "clap",
382 "clap",
383 "crossbeam-channel 0.4.4",
383 "crossbeam-channel 0.4.4",
384 "derive_more",
384 "derive_more",
385 "flate2",
385 "flate2",
386 "format-bytes",
386 "format-bytes",
387 "home",
387 "home",
388 "im-rc",
388 "im-rc",
389 "itertools",
389 "itertools",
390 "lazy_static",
390 "lazy_static",
391 "libc",
391 "libc",
392 "log",
392 "log",
393 "memmap2",
393 "memmap2",
394 "micro-timer",
394 "micro-timer",
395 "pretty_assertions",
395 "pretty_assertions",
396 "rand",
396 "rand",
397 "rand_distr",
397 "rand_distr",
398 "rand_pcg",
398 "rand_pcg",
399 "rayon",
399 "rayon",
400 "regex",
400 "regex",
401 "same-file",
401 "same-file",
402 "sha-1",
402 "sha-1",
403 "stable_deref_trait",
403 "stable_deref_trait",
404 "tempfile",
404 "tempfile",
405 "twox-hash",
405 "twox-hash",
406 "zstd",
406 "zstd",
407 ]
407 ]
408
408
409 [[package]]
409 [[package]]
410 name = "hg-cpython"
410 name = "hg-cpython"
411 version = "0.1.0"
411 version = "0.1.0"
412 dependencies = [
412 dependencies = [
413 "cpython",
413 "cpython",
414 "crossbeam-channel 0.4.4",
414 "crossbeam-channel 0.4.4",
415 "env_logger",
415 "env_logger",
416 "hg-core",
416 "hg-core",
417 "libc",
417 "libc",
418 "log",
418 "log",
419 "stable_deref_trait",
419 "stable_deref_trait",
420 ]
420 ]
421
421
422 [[package]]
422 [[package]]
423 name = "home"
423 name = "home"
424 version = "0.5.3"
424 version = "0.5.3"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
426 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
427 dependencies = [
427 dependencies = [
428 "winapi",
428 "winapi",
429 ]
429 ]
430
430
431 [[package]]
431 [[package]]
432 name = "humantime"
432 name = "humantime"
433 version = "1.3.0"
433 version = "1.3.0"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
434 source = "registry+https://github.com/rust-lang/crates.io-index"
435 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
435 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
436 dependencies = [
436 dependencies = [
437 "quick-error",
437 "quick-error",
438 ]
438 ]
439
439
440 [[package]]
440 [[package]]
441 name = "im-rc"
441 name = "im-rc"
442 version = "15.0.0"
442 version = "15.0.0"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
444 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
445 dependencies = [
445 dependencies = [
446 "bitmaps",
446 "bitmaps",
447 "rand_core",
447 "rand_core",
448 "rand_xoshiro",
448 "rand_xoshiro",
449 "sized-chunks",
449 "sized-chunks",
450 "typenum",
450 "typenum",
451 "version_check",
451 "version_check",
452 ]
452 ]
453
453
454 [[package]]
454 [[package]]
455 name = "itertools"
455 name = "itertools"
456 version = "0.9.0"
456 version = "0.9.0"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
458 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
459 dependencies = [
459 dependencies = [
460 "either",
460 "either",
461 ]
461 ]
462
462
463 [[package]]
463 [[package]]
464 name = "jobserver"
464 name = "jobserver"
465 version = "0.1.21"
465 version = "0.1.21"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
467 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
468 dependencies = [
468 dependencies = [
469 "libc",
469 "libc",
470 ]
470 ]
471
471
472 [[package]]
472 [[package]]
473 name = "lazy_static"
473 name = "lazy_static"
474 version = "1.4.0"
474 version = "1.4.0"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
476 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
477
477
478 [[package]]
478 [[package]]
479 name = "libc"
479 name = "libc"
480 version = "0.2.81"
480 version = "0.2.81"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
482 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
483
483
484 [[package]]
484 [[package]]
485 name = "libz-sys"
485 name = "libz-sys"
486 version = "1.1.2"
486 version = "1.1.2"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
488 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
489 dependencies = [
489 dependencies = [
490 "cc",
490 "cc",
491 "pkg-config",
491 "pkg-config",
492 "vcpkg",
492 "vcpkg",
493 ]
493 ]
494
494
495 [[package]]
495 [[package]]
496 name = "log"
496 name = "log"
497 version = "0.4.11"
497 version = "0.4.11"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
499 checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
500 dependencies = [
500 dependencies = [
501 "cfg-if 0.1.10",
501 "cfg-if 0.1.10",
502 ]
502 ]
503
503
504 [[package]]
504 [[package]]
505 name = "maybe-uninit"
505 name = "maybe-uninit"
506 version = "2.0.0"
506 version = "2.0.0"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
507 source = "registry+https://github.com/rust-lang/crates.io-index"
508 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
508 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
509
509
510 [[package]]
510 [[package]]
511 name = "memchr"
511 name = "memchr"
512 version = "2.3.4"
512 version = "2.3.4"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
514 checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
515
515
516 [[package]]
516 [[package]]
517 name = "memmap2"
517 name = "memmap2"
518 version = "0.4.0"
518 version = "0.4.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
520 checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
521 dependencies = [
521 dependencies = [
522 "libc",
522 "libc",
523 "stable_deref_trait",
523 "stable_deref_trait",
524 ]
524 ]
525
525
526 [[package]]
526 [[package]]
527 name = "memoffset"
527 name = "memoffset"
528 version = "0.6.1"
528 version = "0.6.1"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
529 source = "registry+https://github.com/rust-lang/crates.io-index"
530 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
530 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
531 dependencies = [
531 dependencies = [
532 "autocfg",
532 "autocfg",
533 ]
533 ]
534
534
535 [[package]]
535 [[package]]
536 name = "micro-timer"
536 name = "micro-timer"
537 version = "0.3.1"
537 version = "0.3.1"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
539 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
540 dependencies = [
540 dependencies = [
541 "micro-timer-macros",
541 "micro-timer-macros",
542 "scopeguard",
542 "scopeguard",
543 ]
543 ]
544
544
545 [[package]]
545 [[package]]
546 name = "micro-timer-macros"
546 name = "micro-timer-macros"
547 version = "0.3.1"
547 version = "0.3.1"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
549 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
550 dependencies = [
550 dependencies = [
551 "proc-macro2",
551 "proc-macro2",
552 "quote",
552 "quote",
553 "scopeguard",
553 "scopeguard",
554 "syn",
554 "syn",
555 ]
555 ]
556
556
557 [[package]]
557 [[package]]
558 name = "miniz_oxide"
558 name = "miniz_oxide"
559 version = "0.4.3"
559 version = "0.4.3"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
560 source = "registry+https://github.com/rust-lang/crates.io-index"
561 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
561 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
562 dependencies = [
562 dependencies = [
563 "adler",
563 "adler",
564 "autocfg",
564 "autocfg",
565 ]
565 ]
566
566
567 [[package]]
567 [[package]]
568 name = "num-integer"
568 name = "num-integer"
569 version = "0.1.44"
569 version = "0.1.44"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
570 source = "registry+https://github.com/rust-lang/crates.io-index"
571 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
571 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
572 dependencies = [
572 dependencies = [
573 "autocfg",
573 "autocfg",
574 "num-traits",
574 "num-traits",
575 ]
575 ]
576
576
577 [[package]]
577 [[package]]
578 name = "num-traits"
578 name = "num-traits"
579 version = "0.2.14"
579 version = "0.2.14"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
581 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
582 dependencies = [
582 dependencies = [
583 "autocfg",
583 "autocfg",
584 ]
584 ]
585
585
586 [[package]]
586 [[package]]
587 name = "num_cpus"
587 name = "num_cpus"
588 version = "1.13.0"
588 version = "1.13.0"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
590 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
591 dependencies = [
591 dependencies = [
592 "hermit-abi",
592 "hermit-abi",
593 "libc",
593 "libc",
594 ]
594 ]
595
595
596 [[package]]
596 [[package]]
597 name = "opaque-debug"
597 name = "opaque-debug"
598 version = "0.3.0"
598 version = "0.3.0"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
599 source = "registry+https://github.com/rust-lang/crates.io-index"
600 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
600 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
601
601
602 [[package]]
602 [[package]]
603 name = "output_vt100"
603 name = "output_vt100"
604 version = "0.1.2"
604 version = "0.1.2"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
605 source = "registry+https://github.com/rust-lang/crates.io-index"
606 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
606 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
607 dependencies = [
607 dependencies = [
608 "winapi",
608 "winapi",
609 ]
609 ]
610
610
611 [[package]]
611 [[package]]
612 name = "paste"
612 name = "paste"
613 version = "1.0.5"
613 version = "1.0.5"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
615 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
616
616
617 [[package]]
617 [[package]]
618 name = "pkg-config"
618 name = "pkg-config"
619 version = "0.3.19"
619 version = "0.3.19"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
621 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
622
622
623 [[package]]
623 [[package]]
624 name = "ppv-lite86"
624 name = "ppv-lite86"
625 version = "0.2.10"
625 version = "0.2.10"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
627 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
628
628
629 [[package]]
629 [[package]]
630 name = "pretty_assertions"
630 name = "pretty_assertions"
631 version = "0.6.1"
631 version = "0.6.1"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
633 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
634 dependencies = [
634 dependencies = [
635 "ansi_term",
635 "ansi_term",
636 "ctor",
636 "ctor",
637 "difference",
637 "difference",
638 "output_vt100",
638 "output_vt100",
639 ]
639 ]
640
640
641 [[package]]
641 [[package]]
642 name = "proc-macro-hack"
642 name = "proc-macro-hack"
643 version = "0.5.19"
643 version = "0.5.19"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
645 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
646
646
647 [[package]]
647 [[package]]
648 name = "proc-macro2"
648 name = "proc-macro2"
649 version = "1.0.24"
649 version = "1.0.24"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
651 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
652 dependencies = [
652 dependencies = [
653 "unicode-xid",
653 "unicode-xid",
654 ]
654 ]
655
655
656 [[package]]
656 [[package]]
657 name = "python27-sys"
657 name = "python27-sys"
658 version = "0.6.0"
658 version = "0.7.0"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
659 source = "registry+https://github.com/rust-lang/crates.io-index"
660 checksum = "5826ddbc5366eb0b0492040fdc25bf50bb49092c192bd45e80fb7a24dc6832ab"
660 checksum = "94670354e264300dde81a5864cbb6bfc9d56ac3dcf3a278c32cb52f816f4dfd1"
661 dependencies = [
661 dependencies = [
662 "libc",
662 "libc",
663 "regex",
663 "regex",
664 ]
664 ]
665
665
666 [[package]]
666 [[package]]
667 name = "python3-sys"
667 name = "python3-sys"
668 version = "0.6.0"
668 version = "0.7.0"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "b78af21b29594951a47fc3dac9b9eff0a3f077dec2f780ee943ae16a668f3b6a"
670 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
671 dependencies = [
671 dependencies = [
672 "libc",
672 "libc",
673 "regex",
673 "regex",
674 ]
674 ]
675
675
676 [[package]]
676 [[package]]
677 name = "quick-error"
677 name = "quick-error"
678 version = "1.2.3"
678 version = "1.2.3"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
680 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
680 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
681
681
682 [[package]]
682 [[package]]
683 name = "quote"
683 name = "quote"
684 version = "1.0.7"
684 version = "1.0.7"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
685 source = "registry+https://github.com/rust-lang/crates.io-index"
686 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
686 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
687 dependencies = [
687 dependencies = [
688 "proc-macro2",
688 "proc-macro2",
689 ]
689 ]
690
690
691 [[package]]
691 [[package]]
692 name = "rand"
692 name = "rand"
693 version = "0.7.3"
693 version = "0.7.3"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
694 source = "registry+https://github.com/rust-lang/crates.io-index"
695 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
695 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
696 dependencies = [
696 dependencies = [
697 "getrandom",
697 "getrandom",
698 "libc",
698 "libc",
699 "rand_chacha",
699 "rand_chacha",
700 "rand_core",
700 "rand_core",
701 "rand_hc",
701 "rand_hc",
702 ]
702 ]
703
703
704 [[package]]
704 [[package]]
705 name = "rand_chacha"
705 name = "rand_chacha"
706 version = "0.2.2"
706 version = "0.2.2"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
708 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
709 dependencies = [
709 dependencies = [
710 "ppv-lite86",
710 "ppv-lite86",
711 "rand_core",
711 "rand_core",
712 ]
712 ]
713
713
714 [[package]]
714 [[package]]
715 name = "rand_core"
715 name = "rand_core"
716 version = "0.5.1"
716 version = "0.5.1"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
718 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
719 dependencies = [
719 dependencies = [
720 "getrandom",
720 "getrandom",
721 ]
721 ]
722
722
723 [[package]]
723 [[package]]
724 name = "rand_distr"
724 name = "rand_distr"
725 version = "0.2.2"
725 version = "0.2.2"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
726 source = "registry+https://github.com/rust-lang/crates.io-index"
727 checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
727 checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
728 dependencies = [
728 dependencies = [
729 "rand",
729 "rand",
730 ]
730 ]
731
731
732 [[package]]
732 [[package]]
733 name = "rand_hc"
733 name = "rand_hc"
734 version = "0.2.0"
734 version = "0.2.0"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
736 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
736 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
737 dependencies = [
737 dependencies = [
738 "rand_core",
738 "rand_core",
739 ]
739 ]
740
740
741 [[package]]
741 [[package]]
742 name = "rand_pcg"
742 name = "rand_pcg"
743 version = "0.2.1"
743 version = "0.2.1"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
745 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
745 checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
746 dependencies = [
746 dependencies = [
747 "rand_core",
747 "rand_core",
748 ]
748 ]
749
749
750 [[package]]
750 [[package]]
751 name = "rand_xoshiro"
751 name = "rand_xoshiro"
752 version = "0.4.0"
752 version = "0.4.0"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
753 source = "registry+https://github.com/rust-lang/crates.io-index"
754 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
754 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
755 dependencies = [
755 dependencies = [
756 "rand_core",
756 "rand_core",
757 ]
757 ]
758
758
759 [[package]]
759 [[package]]
760 name = "rayon"
760 name = "rayon"
761 version = "1.5.0"
761 version = "1.5.0"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
763 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
763 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
764 dependencies = [
764 dependencies = [
765 "autocfg",
765 "autocfg",
766 "crossbeam-deque",
766 "crossbeam-deque",
767 "either",
767 "either",
768 "rayon-core",
768 "rayon-core",
769 ]
769 ]
770
770
771 [[package]]
771 [[package]]
772 name = "rayon-core"
772 name = "rayon-core"
773 version = "1.9.0"
773 version = "1.9.0"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
775 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
775 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
776 dependencies = [
776 dependencies = [
777 "crossbeam-channel 0.5.0",
777 "crossbeam-channel 0.5.0",
778 "crossbeam-deque",
778 "crossbeam-deque",
779 "crossbeam-utils 0.8.1",
779 "crossbeam-utils 0.8.1",
780 "lazy_static",
780 "lazy_static",
781 "num_cpus",
781 "num_cpus",
782 ]
782 ]
783
783
784 [[package]]
784 [[package]]
785 name = "redox_syscall"
785 name = "redox_syscall"
786 version = "0.1.57"
786 version = "0.1.57"
787 source = "registry+https://github.com/rust-lang/crates.io-index"
787 source = "registry+https://github.com/rust-lang/crates.io-index"
788 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
788 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
789
789
790 [[package]]
790 [[package]]
791 name = "regex"
791 name = "regex"
792 version = "1.4.2"
792 version = "1.4.2"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
794 checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
795 dependencies = [
795 dependencies = [
796 "aho-corasick",
796 "aho-corasick",
797 "memchr",
797 "memchr",
798 "regex-syntax",
798 "regex-syntax",
799 "thread_local",
799 "thread_local",
800 ]
800 ]
801
801
802 [[package]]
802 [[package]]
803 name = "regex-syntax"
803 name = "regex-syntax"
804 version = "0.6.21"
804 version = "0.6.21"
805 source = "registry+https://github.com/rust-lang/crates.io-index"
805 source = "registry+https://github.com/rust-lang/crates.io-index"
806 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
806 checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
807
807
808 [[package]]
808 [[package]]
809 name = "remove_dir_all"
809 name = "remove_dir_all"
810 version = "0.5.3"
810 version = "0.5.3"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
811 source = "registry+https://github.com/rust-lang/crates.io-index"
812 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
812 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
813 dependencies = [
813 dependencies = [
814 "winapi",
814 "winapi",
815 ]
815 ]
816
816
817 [[package]]
817 [[package]]
818 name = "rhg"
818 name = "rhg"
819 version = "0.1.0"
819 version = "0.1.0"
820 dependencies = [
820 dependencies = [
821 "chrono",
821 "chrono",
822 "clap",
822 "clap",
823 "derive_more",
823 "derive_more",
824 "env_logger",
824 "env_logger",
825 "format-bytes",
825 "format-bytes",
826 "hg-core",
826 "hg-core",
827 "home",
827 "home",
828 "lazy_static",
828 "lazy_static",
829 "log",
829 "log",
830 "micro-timer",
830 "micro-timer",
831 "regex",
831 "regex",
832 "users",
832 "users",
833 ]
833 ]
834
834
835 [[package]]
835 [[package]]
836 name = "same-file"
836 name = "same-file"
837 version = "1.0.6"
837 version = "1.0.6"
838 source = "registry+https://github.com/rust-lang/crates.io-index"
838 source = "registry+https://github.com/rust-lang/crates.io-index"
839 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
839 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
840 dependencies = [
840 dependencies = [
841 "winapi-util",
841 "winapi-util",
842 ]
842 ]
843
843
844 [[package]]
844 [[package]]
845 name = "scopeguard"
845 name = "scopeguard"
846 version = "1.1.0"
846 version = "1.1.0"
847 source = "registry+https://github.com/rust-lang/crates.io-index"
847 source = "registry+https://github.com/rust-lang/crates.io-index"
848 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
848 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
849
849
850 [[package]]
850 [[package]]
851 name = "sha-1"
851 name = "sha-1"
852 version = "0.9.6"
852 version = "0.9.6"
853 source = "registry+https://github.com/rust-lang/crates.io-index"
853 source = "registry+https://github.com/rust-lang/crates.io-index"
854 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
854 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
855 dependencies = [
855 dependencies = [
856 "block-buffer",
856 "block-buffer",
857 "cfg-if 1.0.0",
857 "cfg-if 1.0.0",
858 "cpufeatures",
858 "cpufeatures",
859 "digest",
859 "digest",
860 "opaque-debug",
860 "opaque-debug",
861 ]
861 ]
862
862
863 [[package]]
863 [[package]]
864 name = "sized-chunks"
864 name = "sized-chunks"
865 version = "0.6.2"
865 version = "0.6.2"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
866 source = "registry+https://github.com/rust-lang/crates.io-index"
867 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
867 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
868 dependencies = [
868 dependencies = [
869 "bitmaps",
869 "bitmaps",
870 "typenum",
870 "typenum",
871 ]
871 ]
872
872
873 [[package]]
873 [[package]]
874 name = "stable_deref_trait"
874 name = "stable_deref_trait"
875 version = "1.2.0"
875 version = "1.2.0"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
877 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
878
878
879 [[package]]
879 [[package]]
880 name = "static_assertions"
880 name = "static_assertions"
881 version = "1.1.0"
881 version = "1.1.0"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
883 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
884
884
885 [[package]]
885 [[package]]
886 name = "strsim"
886 name = "strsim"
887 version = "0.8.0"
887 version = "0.8.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
889 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
890
890
891 [[package]]
891 [[package]]
892 name = "syn"
892 name = "syn"
893 version = "1.0.54"
893 version = "1.0.54"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
894 source = "registry+https://github.com/rust-lang/crates.io-index"
895 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
895 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
896 dependencies = [
896 dependencies = [
897 "proc-macro2",
897 "proc-macro2",
898 "quote",
898 "quote",
899 "unicode-xid",
899 "unicode-xid",
900 ]
900 ]
901
901
902 [[package]]
902 [[package]]
903 name = "tempfile"
903 name = "tempfile"
904 version = "3.1.0"
904 version = "3.1.0"
905 source = "registry+https://github.com/rust-lang/crates.io-index"
905 source = "registry+https://github.com/rust-lang/crates.io-index"
906 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
906 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
907 dependencies = [
907 dependencies = [
908 "cfg-if 0.1.10",
908 "cfg-if 0.1.10",
909 "libc",
909 "libc",
910 "rand",
910 "rand",
911 "redox_syscall",
911 "redox_syscall",
912 "remove_dir_all",
912 "remove_dir_all",
913 "winapi",
913 "winapi",
914 ]
914 ]
915
915
916 [[package]]
916 [[package]]
917 name = "termcolor"
917 name = "termcolor"
918 version = "1.1.2"
918 version = "1.1.2"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
920 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
920 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
921 dependencies = [
921 dependencies = [
922 "winapi-util",
922 "winapi-util",
923 ]
923 ]
924
924
925 [[package]]
925 [[package]]
926 name = "textwrap"
926 name = "textwrap"
927 version = "0.11.0"
927 version = "0.11.0"
928 source = "registry+https://github.com/rust-lang/crates.io-index"
928 source = "registry+https://github.com/rust-lang/crates.io-index"
929 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
929 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
930 dependencies = [
930 dependencies = [
931 "unicode-width",
931 "unicode-width",
932 ]
932 ]
933
933
934 [[package]]
934 [[package]]
935 name = "thread_local"
935 name = "thread_local"
936 version = "1.0.1"
936 version = "1.0.1"
937 source = "registry+https://github.com/rust-lang/crates.io-index"
937 source = "registry+https://github.com/rust-lang/crates.io-index"
938 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
938 checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
939 dependencies = [
939 dependencies = [
940 "lazy_static",
940 "lazy_static",
941 ]
941 ]
942
942
943 [[package]]
943 [[package]]
944 name = "time"
944 name = "time"
945 version = "0.1.44"
945 version = "0.1.44"
946 source = "registry+https://github.com/rust-lang/crates.io-index"
946 source = "registry+https://github.com/rust-lang/crates.io-index"
947 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
947 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
948 dependencies = [
948 dependencies = [
949 "libc",
949 "libc",
950 "wasi 0.10.0+wasi-snapshot-preview1",
950 "wasi 0.10.0+wasi-snapshot-preview1",
951 "winapi",
951 "winapi",
952 ]
952 ]
953
953
954 [[package]]
954 [[package]]
955 name = "twox-hash"
955 name = "twox-hash"
956 version = "1.6.0"
956 version = "1.6.0"
957 source = "registry+https://github.com/rust-lang/crates.io-index"
957 source = "registry+https://github.com/rust-lang/crates.io-index"
958 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
958 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
959 dependencies = [
959 dependencies = [
960 "cfg-if 0.1.10",
960 "cfg-if 0.1.10",
961 "rand",
961 "rand",
962 "static_assertions",
962 "static_assertions",
963 ]
963 ]
964
964
965 [[package]]
965 [[package]]
966 name = "typenum"
966 name = "typenum"
967 version = "1.12.0"
967 version = "1.12.0"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
969 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
970
970
971 [[package]]
971 [[package]]
972 name = "unicode-width"
972 name = "unicode-width"
973 version = "0.1.8"
973 version = "0.1.8"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
974 source = "registry+https://github.com/rust-lang/crates.io-index"
975 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
975 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
976
976
977 [[package]]
977 [[package]]
978 name = "unicode-xid"
978 name = "unicode-xid"
979 version = "0.2.1"
979 version = "0.2.1"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
980 source = "registry+https://github.com/rust-lang/crates.io-index"
981 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
981 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
982
982
983 [[package]]
983 [[package]]
984 name = "users"
984 name = "users"
985 version = "0.11.0"
985 version = "0.11.0"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
987 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
987 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
988 dependencies = [
988 dependencies = [
989 "libc",
989 "libc",
990 "log",
990 "log",
991 ]
991 ]
992
992
993 [[package]]
993 [[package]]
994 name = "vcpkg"
994 name = "vcpkg"
995 version = "0.2.11"
995 version = "0.2.11"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
996 source = "registry+https://github.com/rust-lang/crates.io-index"
997 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
997 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
998
998
999 [[package]]
999 [[package]]
1000 name = "vec_map"
1000 name = "vec_map"
1001 version = "0.8.2"
1001 version = "0.8.2"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 source = "registry+https://github.com/rust-lang/crates.io-index"
1003 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1003 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1004
1004
1005 [[package]]
1005 [[package]]
1006 name = "version_check"
1006 name = "version_check"
1007 version = "0.9.2"
1007 version = "0.9.2"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1008 source = "registry+https://github.com/rust-lang/crates.io-index"
1009 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1009 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1010
1010
1011 [[package]]
1011 [[package]]
1012 name = "wasi"
1012 name = "wasi"
1013 version = "0.9.0+wasi-snapshot-preview1"
1013 version = "0.9.0+wasi-snapshot-preview1"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1014 source = "registry+https://github.com/rust-lang/crates.io-index"
1015 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1015 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1016
1016
1017 [[package]]
1017 [[package]]
1018 name = "wasi"
1018 name = "wasi"
1019 version = "0.10.0+wasi-snapshot-preview1"
1019 version = "0.10.0+wasi-snapshot-preview1"
1020 source = "registry+https://github.com/rust-lang/crates.io-index"
1020 source = "registry+https://github.com/rust-lang/crates.io-index"
1021 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1021 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1022
1022
1023 [[package]]
1023 [[package]]
1024 name = "winapi"
1024 name = "winapi"
1025 version = "0.3.9"
1025 version = "0.3.9"
1026 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 source = "registry+https://github.com/rust-lang/crates.io-index"
1027 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1027 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1028 dependencies = [
1028 dependencies = [
1029 "winapi-i686-pc-windows-gnu",
1029 "winapi-i686-pc-windows-gnu",
1030 "winapi-x86_64-pc-windows-gnu",
1030 "winapi-x86_64-pc-windows-gnu",
1031 ]
1031 ]
1032
1032
1033 [[package]]
1033 [[package]]
1034 name = "winapi-i686-pc-windows-gnu"
1034 name = "winapi-i686-pc-windows-gnu"
1035 version = "0.4.0"
1035 version = "0.4.0"
1036 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 source = "registry+https://github.com/rust-lang/crates.io-index"
1037 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1037 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1038
1038
1039 [[package]]
1039 [[package]]
1040 name = "winapi-util"
1040 name = "winapi-util"
1041 version = "0.1.5"
1041 version = "0.1.5"
1042 source = "registry+https://github.com/rust-lang/crates.io-index"
1042 source = "registry+https://github.com/rust-lang/crates.io-index"
1043 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1043 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1044 dependencies = [
1044 dependencies = [
1045 "winapi",
1045 "winapi",
1046 ]
1046 ]
1047
1047
1048 [[package]]
1048 [[package]]
1049 name = "winapi-x86_64-pc-windows-gnu"
1049 name = "winapi-x86_64-pc-windows-gnu"
1050 version = "0.4.0"
1050 version = "0.4.0"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1051 source = "registry+https://github.com/rust-lang/crates.io-index"
1052 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1052 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1053
1053
1054 [[package]]
1054 [[package]]
1055 name = "zstd"
1055 name = "zstd"
1056 version = "0.5.3+zstd.1.4.5"
1056 version = "0.5.3+zstd.1.4.5"
1057 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 source = "registry+https://github.com/rust-lang/crates.io-index"
1058 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1058 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1059 dependencies = [
1059 dependencies = [
1060 "zstd-safe",
1060 "zstd-safe",
1061 ]
1061 ]
1062
1062
1063 [[package]]
1063 [[package]]
1064 name = "zstd-safe"
1064 name = "zstd-safe"
1065 version = "2.0.5+zstd.1.4.5"
1065 version = "2.0.5+zstd.1.4.5"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1067 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1068 dependencies = [
1068 dependencies = [
1069 "libc",
1069 "libc",
1070 "zstd-sys",
1070 "zstd-sys",
1071 ]
1071 ]
1072
1072
1073 [[package]]
1073 [[package]]
1074 name = "zstd-sys"
1074 name = "zstd-sys"
1075 version = "1.4.17+zstd.1.4.5"
1075 version = "1.4.17+zstd.1.4.5"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
1077 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
1078 dependencies = [
1078 dependencies = [
1079 "cc",
1079 "cc",
1080 "glob",
1080 "glob",
1081 "itertools",
1081 "itertools",
1082 "libc",
1082 "libc",
1083 ]
1083 ]
@@ -1,33 +1,30 b''
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"]
15 python27 = ["cpython/python27-sys", "cpython/extension-module-2-7"]
16 python3 = ["cpython/python3-sys", "cpython/extension-module"]
16 python3 = ["cpython/python3-sys", "cpython/extension-module"]
17
17
18 # Enable one of these features to build a test executable linked to libpython:
18 # Enable one of these features to build a test executable linked to libpython:
19 # e.g. cargo test --no-default-features --features python27-bin
19 # e.g. cargo test --no-default-features --features python27-bin
20 python27-bin = ["cpython/python27-sys"]
20 python27-bin = ["cpython/python27-sys"]
21 python3-bin = ["cpython/python3-sys"]
21 python3-bin = ["cpython/python3-sys"]
22
22
23 [dependencies]
23 [dependencies]
24 cpython = { version = "0.7.0", default-features = false }
24 crossbeam-channel = "0.4"
25 crossbeam-channel = "0.4"
25 hg-core = { path = "../hg-core"}
26 hg-core = { path = "../hg-core"}
26 libc = "0.2"
27 libc = "0.2"
27 log = "0.4.8"
28 log = "0.4.8"
28 env_logger = "0.7.1"
29 env_logger = "0.7.1"
29 stable_deref_trait = "1.2.0"
30 stable_deref_trait = "1.2.0"
30
31 [dependencies.cpython]
32 version = "0.6.0"
33 default-features = false
General Comments 0
You need to be logged in to leave comments. Login now