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