Show More
@@ -1,1259 +1,1204 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 = "ahash" |
|
12 | name = "ahash" | |
13 | version = "0.4.7" |
|
13 | version = "0.4.7" | |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
15 | checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
|
15 | checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" | |
16 |
|
16 | |||
17 | [[package]] |
|
17 | [[package]] | |
18 | name = "aho-corasick" |
|
18 | name = "aho-corasick" | |
19 | version = "0.7.18" |
|
19 | version = "0.7.18" | |
20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
20 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
21 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
21 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | |
22 | dependencies = [ |
|
22 | dependencies = [ | |
23 | "memchr", |
|
23 | "memchr", | |
24 | ] |
|
24 | ] | |
25 |
|
25 | |||
26 | [[package]] |
|
26 | [[package]] | |
27 | name = "ansi_term" |
|
27 | name = "ansi_term" | |
28 | version = "0.12.1" |
|
28 | version = "0.12.1" | |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
29 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
30 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
30 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | |
31 | dependencies = [ |
|
31 | dependencies = [ | |
32 | "winapi", |
|
32 | "winapi", | |
33 | ] |
|
33 | ] | |
34 |
|
34 | |||
35 | [[package]] |
|
35 | [[package]] | |
36 | name = "atty" |
|
36 | name = "atty" | |
37 | version = "0.2.14" |
|
37 | version = "0.2.14" | |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
39 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
39 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
40 | dependencies = [ |
|
40 | dependencies = [ | |
41 | "hermit-abi", |
|
41 | "hermit-abi", | |
42 | "libc", |
|
42 | "libc", | |
43 | "winapi", |
|
43 | "winapi", | |
44 | ] |
|
44 | ] | |
45 |
|
45 | |||
46 | [[package]] |
|
46 | [[package]] | |
47 | name = "autocfg" |
|
47 | name = "autocfg" | |
48 | version = "1.0.1" |
|
48 | version = "1.0.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 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
50 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |
51 |
|
51 | |||
52 | [[package]] |
|
52 | [[package]] | |
53 | name = "bitflags" |
|
53 | name = "bitflags" | |
54 | version = "1.3.2" |
|
54 | version = "1.3.2" | |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
56 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
57 |
|
57 | |||
58 | [[package]] |
|
58 | [[package]] | |
59 | name = "bitmaps" |
|
59 | name = "bitmaps" | |
60 | version = "2.1.0" |
|
60 | version = "2.1.0" | |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
62 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
|
62 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | |
63 | dependencies = [ |
|
63 | dependencies = [ | |
64 | "typenum", |
|
64 | "typenum", | |
65 | ] |
|
65 | ] | |
66 |
|
66 | |||
67 | [[package]] |
|
67 | [[package]] | |
68 | name = "block-buffer" |
|
68 | name = "block-buffer" | |
69 | version = "0.9.0" |
|
69 | version = "0.9.0" | |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
70 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
71 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
71 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | |
72 | dependencies = [ |
|
72 | dependencies = [ | |
73 | "generic-array", |
|
73 | "generic-array", | |
74 | ] |
|
74 | ] | |
75 |
|
75 | |||
76 | [[package]] |
|
76 | [[package]] | |
77 | name = "block-buffer" |
|
77 | name = "block-buffer" | |
78 | version = "0.10.2" |
|
78 | version = "0.10.2" | |
79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
79 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
80 | checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
|
80 | checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" | |
81 | dependencies = [ |
|
81 | dependencies = [ | |
82 | "generic-array", |
|
82 | "generic-array", | |
83 | ] |
|
83 | ] | |
84 |
|
84 | |||
85 | [[package]] |
|
85 | [[package]] | |
86 | name = "byteorder" |
|
86 | name = "byteorder" | |
87 | version = "1.4.3" |
|
87 | version = "1.4.3" | |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
88 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
89 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
89 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |
90 |
|
90 | |||
91 | [[package]] |
|
91 | [[package]] | |
92 | name = "bytes-cast" |
|
92 | name = "bytes-cast" | |
93 | version = "0.2.0" |
|
93 | version = "0.2.0" | |
94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
94 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
95 | checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" |
|
95 | checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" | |
96 | dependencies = [ |
|
96 | dependencies = [ | |
97 | "bytes-cast-derive", |
|
97 | "bytes-cast-derive", | |
98 | ] |
|
98 | ] | |
99 |
|
99 | |||
100 | [[package]] |
|
100 | [[package]] | |
101 | name = "bytes-cast-derive" |
|
101 | name = "bytes-cast-derive" | |
102 | version = "0.1.0" |
|
102 | version = "0.1.0" | |
103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
103 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
104 | checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" |
|
104 | checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" | |
105 | dependencies = [ |
|
105 | dependencies = [ | |
106 | "proc-macro2", |
|
106 | "proc-macro2", | |
107 | "quote", |
|
107 | "quote", | |
108 | "syn", |
|
108 | "syn", | |
109 | ] |
|
109 | ] | |
110 |
|
110 | |||
111 | [[package]] |
|
111 | [[package]] | |
112 | name = "cc" |
|
112 | name = "cc" | |
113 | version = "1.0.66" |
|
113 | version = "1.0.66" | |
114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
114 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
115 | checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
|
115 | checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" | |
116 | dependencies = [ |
|
116 | dependencies = [ | |
117 | "jobserver", |
|
117 | "jobserver", | |
118 | ] |
|
118 | ] | |
119 |
|
119 | |||
120 | [[package]] |
|
120 | [[package]] | |
121 | name = "cfg-if" |
|
121 | name = "cfg-if" | |
122 | version = "0.1.10" |
|
122 | version = "0.1.10" | |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
124 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | |
125 |
|
125 | |||
126 | [[package]] |
|
126 | [[package]] | |
127 | name = "cfg-if" |
|
127 | name = "cfg-if" | |
128 | version = "1.0.0" |
|
128 | version = "1.0.0" | |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
129 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
130 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
131 |
|
131 | |||
132 | [[package]] |
|
132 | [[package]] | |
133 | name = "chrono" |
|
133 | name = "chrono" | |
134 | version = "0.4.19" |
|
134 | version = "0.4.19" | |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
135 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
136 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
136 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | |
137 | dependencies = [ |
|
137 | dependencies = [ | |
138 | "libc", |
|
138 | "libc", | |
139 | "num-integer", |
|
139 | "num-integer", | |
140 | "num-traits", |
|
140 | "num-traits", | |
141 | "time", |
|
141 | "time", | |
142 | "winapi", |
|
142 | "winapi", | |
143 | ] |
|
143 | ] | |
144 |
|
144 | |||
145 | [[package]] |
|
145 | [[package]] | |
146 | name = "clap" |
|
146 | name = "clap" | |
147 | version = "2.34.0" |
|
147 | version = "2.34.0" | |
148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
148 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
149 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
149 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" | |
150 | dependencies = [ |
|
150 | dependencies = [ | |
151 | "ansi_term", |
|
151 | "ansi_term", | |
152 | "atty", |
|
152 | "atty", | |
153 | "bitflags", |
|
153 | "bitflags", | |
154 | "strsim", |
|
154 | "strsim", | |
155 | "textwrap", |
|
155 | "textwrap", | |
156 | "unicode-width", |
|
156 | "unicode-width", | |
157 | "vec_map", |
|
157 | "vec_map", | |
158 | ] |
|
158 | ] | |
159 |
|
159 | |||
160 | [[package]] |
|
160 | [[package]] | |
161 | name = "const_fn" |
|
161 | name = "const_fn" | |
162 | version = "0.4.4" |
|
162 | version = "0.4.4" | |
163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
164 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
|
164 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" | |
165 |
|
165 | |||
166 | [[package]] |
|
166 | [[package]] | |
167 | name = "convert_case" |
|
167 | name = "convert_case" | |
168 | version = "0.4.0" |
|
168 | version = "0.4.0" | |
169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
169 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
170 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
|
170 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
171 |
|
171 | |||
172 | [[package]] |
|
172 | [[package]] | |
173 | name = "cpufeatures" |
|
173 | name = "cpufeatures" | |
174 | version = "0.1.4" |
|
174 | version = "0.1.4" | |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
175 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
176 | checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
|
176 | checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" | |
177 | dependencies = [ |
|
177 | dependencies = [ | |
178 | "libc", |
|
178 | "libc", | |
179 | ] |
|
179 | ] | |
180 |
|
180 | |||
181 | [[package]] |
|
181 | [[package]] | |
182 | name = "cpufeatures" |
|
182 | name = "cpufeatures" | |
183 | version = "0.2.1" |
|
183 | version = "0.2.1" | |
184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
184 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
185 | checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" |
|
185 | checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" | |
186 | dependencies = [ |
|
186 | dependencies = [ | |
187 | "libc", |
|
187 | "libc", | |
188 | ] |
|
188 | ] | |
189 |
|
189 | |||
190 | [[package]] |
|
190 | [[package]] | |
191 | name = "cpython" |
|
191 | name = "cpython" | |
192 | version = "0.7.0" |
|
192 | version = "0.7.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 = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" |
|
194 | checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" | |
195 | dependencies = [ |
|
195 | dependencies = [ | |
196 | "libc", |
|
196 | "libc", | |
197 | "num-traits", |
|
197 | "num-traits", | |
198 | "paste", |
|
198 | "paste", | |
199 | "python3-sys", |
|
199 | "python3-sys", | |
200 | ] |
|
200 | ] | |
201 |
|
201 | |||
202 | [[package]] |
|
202 | [[package]] | |
203 | name = "crc32fast" |
|
203 | name = "crc32fast" | |
204 | version = "1.2.1" |
|
204 | version = "1.2.1" | |
205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
205 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
206 | checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
206 | checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" | |
207 | dependencies = [ |
|
207 | dependencies = [ | |
208 | "cfg-if 1.0.0", |
|
208 | "cfg-if 1.0.0", | |
209 | ] |
|
209 | ] | |
210 |
|
210 | |||
211 | [[package]] |
|
211 | [[package]] | |
212 | name = "crossbeam-channel" |
|
212 | name = "crossbeam-channel" | |
213 | version = "0.4.4" |
|
|||
214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
215 | checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
|||
216 | dependencies = [ |
|
|||
217 | "crossbeam-utils 0.7.2", |
|
|||
218 | "maybe-uninit", |
|
|||
219 | ] |
|
|||
220 |
|
||||
221 | [[package]] |
|
|||
222 | name = "crossbeam-channel" |
|
|||
223 | version = "0.5.2" |
|
213 | version = "0.5.2" | |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
225 | checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" |
|
215 | checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" | |
226 | dependencies = [ |
|
216 | dependencies = [ | |
227 | "cfg-if 1.0.0", |
|
217 | "cfg-if 1.0.0", | |
228 |
"crossbeam-utils |
|
218 | "crossbeam-utils", | |
229 | ] |
|
219 | ] | |
230 |
|
220 | |||
231 | [[package]] |
|
221 | [[package]] | |
232 | name = "crossbeam-deque" |
|
222 | name = "crossbeam-deque" | |
233 | version = "0.8.0" |
|
223 | version = "0.8.0" | |
234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
224 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
235 | checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" |
|
225 | checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" | |
236 | dependencies = [ |
|
226 | dependencies = [ | |
237 | "cfg-if 1.0.0", |
|
227 | "cfg-if 1.0.0", | |
238 | "crossbeam-epoch", |
|
228 | "crossbeam-epoch", | |
239 |
"crossbeam-utils |
|
229 | "crossbeam-utils", | |
240 | ] |
|
230 | ] | |
241 |
|
231 | |||
242 | [[package]] |
|
232 | [[package]] | |
243 | name = "crossbeam-epoch" |
|
233 | name = "crossbeam-epoch" | |
244 | version = "0.9.1" |
|
234 | version = "0.9.1" | |
245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
235 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
246 | checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" |
|
236 | checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" | |
247 | dependencies = [ |
|
237 | dependencies = [ | |
248 | "cfg-if 1.0.0", |
|
238 | "cfg-if 1.0.0", | |
249 | "const_fn", |
|
239 | "const_fn", | |
250 |
"crossbeam-utils |
|
240 | "crossbeam-utils", | |
251 | "lazy_static", |
|
241 | "lazy_static", | |
252 | "memoffset", |
|
242 | "memoffset", | |
253 | "scopeguard", |
|
243 | "scopeguard", | |
254 | ] |
|
244 | ] | |
255 |
|
245 | |||
256 | [[package]] |
|
246 | [[package]] | |
257 | name = "crossbeam-utils" |
|
247 | name = "crossbeam-utils" | |
258 | version = "0.7.2" |
|
|||
259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
260 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|||
261 | dependencies = [ |
|
|||
262 | "autocfg", |
|
|||
263 | "cfg-if 0.1.10", |
|
|||
264 | "lazy_static", |
|
|||
265 | ] |
|
|||
266 |
|
||||
267 | [[package]] |
|
|||
268 | name = "crossbeam-utils" |
|
|||
269 | version = "0.8.1" |
|
248 | version = "0.8.1" | |
270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
249 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
271 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
|
250 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" | |
272 | dependencies = [ |
|
251 | dependencies = [ | |
273 | "autocfg", |
|
252 | "autocfg", | |
274 | "cfg-if 1.0.0", |
|
253 | "cfg-if 1.0.0", | |
275 | "lazy_static", |
|
254 | "lazy_static", | |
276 | ] |
|
255 | ] | |
277 |
|
256 | |||
278 | [[package]] |
|
257 | [[package]] | |
279 | name = "crypto-common" |
|
258 | name = "crypto-common" | |
280 | version = "0.1.2" |
|
259 | version = "0.1.2" | |
281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
260 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
282 | checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" |
|
261 | checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" | |
283 | dependencies = [ |
|
262 | dependencies = [ | |
284 | "generic-array", |
|
263 | "generic-array", | |
285 | ] |
|
264 | ] | |
286 |
|
265 | |||
287 | [[package]] |
|
266 | [[package]] | |
288 | name = "ctor" |
|
267 | name = "ctor" | |
289 | version = "0.1.16" |
|
268 | version = "0.1.16" | |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
269 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
291 | checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" |
|
270 | checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" | |
292 | dependencies = [ |
|
271 | dependencies = [ | |
293 | "quote", |
|
272 | "quote", | |
294 | "syn", |
|
273 | "syn", | |
295 | ] |
|
274 | ] | |
296 |
|
275 | |||
297 | [[package]] |
|
276 | [[package]] | |
298 | name = "derive_more" |
|
277 | name = "derive_more" | |
299 | version = "0.99.17" |
|
278 | version = "0.99.17" | |
300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
279 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
301 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
|
280 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
302 | dependencies = [ |
|
281 | dependencies = [ | |
303 | "convert_case", |
|
282 | "convert_case", | |
304 | "proc-macro2", |
|
283 | "proc-macro2", | |
305 | "quote", |
|
284 | "quote", | |
306 | "rustc_version", |
|
285 | "rustc_version", | |
307 | "syn", |
|
286 | "syn", | |
308 | ] |
|
287 | ] | |
309 |
|
288 | |||
310 | [[package]] |
|
289 | [[package]] | |
311 | name = "diff" |
|
290 | name = "diff" | |
312 | version = "0.1.12" |
|
291 | version = "0.1.12" | |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
292 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
314 | checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" |
|
293 | checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" | |
315 |
|
294 | |||
316 | [[package]] |
|
295 | [[package]] | |
317 | name = "digest" |
|
296 | name = "digest" | |
318 | version = "0.9.0" |
|
297 | version = "0.9.0" | |
319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
298 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
320 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
299 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | |
321 | dependencies = [ |
|
300 | dependencies = [ | |
322 | "generic-array", |
|
301 | "generic-array", | |
323 | ] |
|
302 | ] | |
324 |
|
303 | |||
325 | [[package]] |
|
304 | [[package]] | |
326 | name = "digest" |
|
305 | name = "digest" | |
327 | version = "0.10.2" |
|
306 | version = "0.10.2" | |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 | checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" |
|
308 | checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" | |
330 | dependencies = [ |
|
309 | dependencies = [ | |
331 | "block-buffer 0.10.2", |
|
310 | "block-buffer 0.10.2", | |
332 | "crypto-common", |
|
311 | "crypto-common", | |
333 | ] |
|
312 | ] | |
334 |
|
313 | |||
335 | [[package]] |
|
314 | [[package]] | |
336 | name = "either" |
|
315 | name = "either" | |
337 | version = "1.6.1" |
|
316 | version = "1.6.1" | |
338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
317 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
339 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
318 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
340 |
|
319 | |||
341 | [[package]] |
|
320 | [[package]] | |
342 | name = "env_logger" |
|
321 | name = "env_logger" | |
343 | version = "0.7.1" |
|
|||
344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
345 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
|
|||
346 | dependencies = [ |
|
|||
347 | "atty", |
|
|||
348 | "humantime 1.3.0", |
|
|||
349 | "log", |
|
|||
350 | "regex", |
|
|||
351 | "termcolor", |
|
|||
352 | ] |
|
|||
353 |
|
||||
354 | [[package]] |
|
|||
355 | name = "env_logger" |
|
|||
356 | version = "0.9.0" |
|
322 | version = "0.9.0" | |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
323 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
358 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
|
324 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" | |
359 | dependencies = [ |
|
325 | dependencies = [ | |
360 | "atty", |
|
326 | "atty", | |
361 |
"humantime |
|
327 | "humantime", | |
362 | "log", |
|
328 | "log", | |
363 | "regex", |
|
329 | "regex", | |
364 | "termcolor", |
|
330 | "termcolor", | |
365 | ] |
|
331 | ] | |
366 |
|
332 | |||
367 | [[package]] |
|
333 | [[package]] | |
368 | name = "fastrand" |
|
334 | name = "fastrand" | |
369 | version = "1.7.0" |
|
335 | version = "1.7.0" | |
370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
336 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
371 | checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" |
|
337 | checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" | |
372 | dependencies = [ |
|
338 | dependencies = [ | |
373 | "instant", |
|
339 | "instant", | |
374 | ] |
|
340 | ] | |
375 |
|
341 | |||
376 | [[package]] |
|
342 | [[package]] | |
377 | name = "flate2" |
|
343 | name = "flate2" | |
378 | version = "1.0.22" |
|
344 | version = "1.0.22" | |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
345 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
380 | checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" |
|
346 | checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" | |
381 | dependencies = [ |
|
347 | dependencies = [ | |
382 | "cfg-if 1.0.0", |
|
348 | "cfg-if 1.0.0", | |
383 | "crc32fast", |
|
349 | "crc32fast", | |
384 | "libc", |
|
350 | "libc", | |
385 | "libz-sys", |
|
351 | "libz-sys", | |
386 | "miniz_oxide", |
|
352 | "miniz_oxide", | |
387 | ] |
|
353 | ] | |
388 |
|
354 | |||
389 | [[package]] |
|
355 | [[package]] | |
390 | name = "format-bytes" |
|
356 | name = "format-bytes" | |
391 | version = "0.3.0" |
|
357 | version = "0.3.0" | |
392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
358 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
393 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" |
|
359 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" | |
394 | dependencies = [ |
|
360 | dependencies = [ | |
395 | "format-bytes-macros", |
|
361 | "format-bytes-macros", | |
396 | ] |
|
362 | ] | |
397 |
|
363 | |||
398 | [[package]] |
|
364 | [[package]] | |
399 | name = "format-bytes-macros" |
|
365 | name = "format-bytes-macros" | |
400 | version = "0.4.0" |
|
366 | version = "0.4.0" | |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
367 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
402 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" |
|
368 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" | |
403 | dependencies = [ |
|
369 | dependencies = [ | |
404 | "proc-macro2", |
|
370 | "proc-macro2", | |
405 | "quote", |
|
371 | "quote", | |
406 | "syn", |
|
372 | "syn", | |
407 | ] |
|
373 | ] | |
408 |
|
374 | |||
409 | [[package]] |
|
375 | [[package]] | |
410 | name = "generic-array" |
|
376 | name = "generic-array" | |
411 | version = "0.14.4" |
|
377 | version = "0.14.4" | |
412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
378 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
413 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
|
379 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" | |
414 | dependencies = [ |
|
380 | dependencies = [ | |
415 | "typenum", |
|
381 | "typenum", | |
416 | "version_check", |
|
382 | "version_check", | |
417 | ] |
|
383 | ] | |
418 |
|
384 | |||
419 | [[package]] |
|
385 | [[package]] | |
420 | name = "getrandom" |
|
386 | name = "getrandom" | |
421 | version = "0.1.15" |
|
387 | version = "0.1.15" | |
422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
388 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
423 | checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
389 | checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" | |
424 | dependencies = [ |
|
390 | dependencies = [ | |
425 | "cfg-if 0.1.10", |
|
391 | "cfg-if 0.1.10", | |
426 | "libc", |
|
392 | "libc", | |
427 | "wasi 0.9.0+wasi-snapshot-preview1", |
|
393 | "wasi 0.9.0+wasi-snapshot-preview1", | |
428 | ] |
|
394 | ] | |
429 |
|
395 | |||
430 | [[package]] |
|
396 | [[package]] | |
431 | name = "getrandom" |
|
397 | name = "getrandom" | |
432 | version = "0.2.4" |
|
398 | version = "0.2.4" | |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
399 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
434 | checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" |
|
400 | checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" | |
435 | dependencies = [ |
|
401 | dependencies = [ | |
436 | "cfg-if 1.0.0", |
|
402 | "cfg-if 1.0.0", | |
437 | "libc", |
|
403 | "libc", | |
438 | "wasi 0.10.0+wasi-snapshot-preview1", |
|
404 | "wasi 0.10.0+wasi-snapshot-preview1", | |
439 | ] |
|
405 | ] | |
440 |
|
406 | |||
441 | [[package]] |
|
407 | [[package]] | |
442 | name = "glob" |
|
408 | name = "glob" | |
443 | version = "0.3.0" |
|
409 | version = "0.3.0" | |
444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
410 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
445 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
|
411 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | |
446 |
|
412 | |||
447 | [[package]] |
|
413 | [[package]] | |
448 | name = "hashbrown" |
|
414 | name = "hashbrown" | |
449 | version = "0.9.1" |
|
415 | version = "0.9.1" | |
450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
451 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
|
417 | checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | |
452 | dependencies = [ |
|
418 | dependencies = [ | |
453 | "ahash", |
|
419 | "ahash", | |
454 | "rayon", |
|
420 | "rayon", | |
455 | ] |
|
421 | ] | |
456 |
|
422 | |||
457 | [[package]] |
|
423 | [[package]] | |
458 | name = "hermit-abi" |
|
424 | name = "hermit-abi" | |
459 | version = "0.1.17" |
|
425 | version = "0.1.17" | |
460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
426 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
461 | checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
|
427 | checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" | |
462 | dependencies = [ |
|
428 | dependencies = [ | |
463 | "libc", |
|
429 | "libc", | |
464 | ] |
|
430 | ] | |
465 |
|
431 | |||
466 | [[package]] |
|
432 | [[package]] | |
467 | name = "hex" |
|
433 | name = "hex" | |
468 | version = "0.4.3" |
|
434 | version = "0.4.3" | |
469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
435 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
470 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
436 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | |
471 |
|
437 | |||
472 | [[package]] |
|
438 | [[package]] | |
473 | name = "hg-core" |
|
439 | name = "hg-core" | |
474 | version = "0.1.0" |
|
440 | version = "0.1.0" | |
475 | dependencies = [ |
|
441 | dependencies = [ | |
476 | "bitflags", |
|
442 | "bitflags", | |
477 | "byteorder", |
|
443 | "byteorder", | |
478 | "bytes-cast", |
|
444 | "bytes-cast", | |
479 | "clap", |
|
445 | "clap", | |
480 |
"crossbeam-channel |
|
446 | "crossbeam-channel", | |
481 | "derive_more", |
|
447 | "derive_more", | |
482 | "flate2", |
|
448 | "flate2", | |
483 | "format-bytes", |
|
449 | "format-bytes", | |
484 | "hashbrown", |
|
450 | "hashbrown", | |
485 | "home", |
|
451 | "home", | |
486 | "im-rc", |
|
452 | "im-rc", | |
487 | "itertools 0.10.3", |
|
453 | "itertools 0.10.3", | |
488 | "lazy_static", |
|
454 | "lazy_static", | |
489 | "libc", |
|
455 | "libc", | |
490 | "log", |
|
456 | "log", | |
491 | "memmap2", |
|
457 | "memmap2", | |
492 | "micro-timer", |
|
458 | "micro-timer", | |
493 | "pretty_assertions", |
|
459 | "pretty_assertions", | |
494 | "rand 0.8.5", |
|
460 | "rand 0.8.5", | |
495 | "rand_distr", |
|
461 | "rand_distr", | |
496 | "rand_pcg", |
|
462 | "rand_pcg", | |
497 | "rayon", |
|
463 | "rayon", | |
498 | "regex", |
|
464 | "regex", | |
499 | "same-file", |
|
465 | "same-file", | |
500 | "sha-1 0.10.0", |
|
466 | "sha-1 0.10.0", | |
501 | "stable_deref_trait", |
|
467 | "stable_deref_trait", | |
502 | "tempfile", |
|
468 | "tempfile", | |
503 | "twox-hash", |
|
469 | "twox-hash", | |
504 | "zstd", |
|
470 | "zstd", | |
505 | ] |
|
471 | ] | |
506 |
|
472 | |||
507 | [[package]] |
|
473 | [[package]] | |
508 | name = "hg-cpython" |
|
474 | name = "hg-cpython" | |
509 | version = "0.1.0" |
|
475 | version = "0.1.0" | |
510 | dependencies = [ |
|
476 | dependencies = [ | |
511 | "cpython", |
|
477 | "cpython", | |
512 |
"crossbeam-channel |
|
478 | "crossbeam-channel", | |
513 |
"env_logger |
|
479 | "env_logger", | |
514 | "hg-core", |
|
480 | "hg-core", | |
515 | "libc", |
|
481 | "libc", | |
516 | "log", |
|
482 | "log", | |
517 | "stable_deref_trait", |
|
483 | "stable_deref_trait", | |
518 | "vcsgraph", |
|
484 | "vcsgraph", | |
519 | ] |
|
485 | ] | |
520 |
|
486 | |||
521 | [[package]] |
|
487 | [[package]] | |
522 | name = "home" |
|
488 | name = "home" | |
523 | version = "0.5.3" |
|
489 | version = "0.5.3" | |
524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
525 | checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
|
491 | checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" | |
526 | dependencies = [ |
|
492 | dependencies = [ | |
527 | "winapi", |
|
493 | "winapi", | |
528 | ] |
|
494 | ] | |
529 |
|
495 | |||
530 | [[package]] |
|
496 | [[package]] | |
531 | name = "humantime" |
|
497 | name = "humantime" | |
532 | version = "1.3.0" |
|
|||
533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
534 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
|
|||
535 | dependencies = [ |
|
|||
536 | "quick-error", |
|
|||
537 | ] |
|
|||
538 |
|
||||
539 | [[package]] |
|
|||
540 | name = "humantime" |
|
|||
541 | version = "2.1.0" |
|
498 | version = "2.1.0" | |
542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
499 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
543 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
500 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
544 |
|
501 | |||
545 | [[package]] |
|
502 | [[package]] | |
546 | name = "im-rc" |
|
503 | name = "im-rc" | |
547 | version = "15.0.0" |
|
504 | version = "15.0.0" | |
548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
505 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
549 | checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" |
|
506 | checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" | |
550 | dependencies = [ |
|
507 | dependencies = [ | |
551 | "bitmaps", |
|
508 | "bitmaps", | |
552 | "rand_core 0.5.1", |
|
509 | "rand_core 0.5.1", | |
553 | "rand_xoshiro", |
|
510 | "rand_xoshiro", | |
554 | "sized-chunks", |
|
511 | "sized-chunks", | |
555 | "typenum", |
|
512 | "typenum", | |
556 | "version_check", |
|
513 | "version_check", | |
557 | ] |
|
514 | ] | |
558 |
|
515 | |||
559 | [[package]] |
|
516 | [[package]] | |
560 | name = "instant" |
|
517 | name = "instant" | |
561 | version = "0.1.12" |
|
518 | version = "0.1.12" | |
562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
519 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
563 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
520 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | |
564 | dependencies = [ |
|
521 | dependencies = [ | |
565 | "cfg-if 1.0.0", |
|
522 | "cfg-if 1.0.0", | |
566 | ] |
|
523 | ] | |
567 |
|
524 | |||
568 | [[package]] |
|
525 | [[package]] | |
569 | name = "itertools" |
|
526 | name = "itertools" | |
570 | version = "0.9.0" |
|
527 | version = "0.9.0" | |
571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
572 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
|
529 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" | |
573 | dependencies = [ |
|
530 | dependencies = [ | |
574 | "either", |
|
531 | "either", | |
575 | ] |
|
532 | ] | |
576 |
|
533 | |||
577 | [[package]] |
|
534 | [[package]] | |
578 | name = "itertools" |
|
535 | name = "itertools" | |
579 | version = "0.10.3" |
|
536 | version = "0.10.3" | |
580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
537 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
581 | checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" |
|
538 | checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" | |
582 | dependencies = [ |
|
539 | dependencies = [ | |
583 | "either", |
|
540 | "either", | |
584 | ] |
|
541 | ] | |
585 |
|
542 | |||
586 | [[package]] |
|
543 | [[package]] | |
587 | name = "jobserver" |
|
544 | name = "jobserver" | |
588 | version = "0.1.21" |
|
545 | version = "0.1.21" | |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
546 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
590 | checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
|
547 | checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" | |
591 | dependencies = [ |
|
548 | dependencies = [ | |
592 | "libc", |
|
549 | "libc", | |
593 | ] |
|
550 | ] | |
594 |
|
551 | |||
595 | [[package]] |
|
552 | [[package]] | |
596 | name = "lazy_static" |
|
553 | name = "lazy_static" | |
597 | version = "1.4.0" |
|
554 | version = "1.4.0" | |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
555 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
599 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
556 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
600 |
|
557 | |||
601 | [[package]] |
|
558 | [[package]] | |
602 | name = "libc" |
|
559 | name = "libc" | |
603 | version = "0.2.119" |
|
560 | version = "0.2.119" | |
604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
561 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
605 | checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" |
|
562 | checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" | |
606 |
|
563 | |||
607 | [[package]] |
|
564 | [[package]] | |
608 | name = "libm" |
|
565 | name = "libm" | |
609 | version = "0.2.1" |
|
566 | version = "0.2.1" | |
610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
611 | checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" |
|
568 | checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" | |
612 |
|
569 | |||
613 | [[package]] |
|
570 | [[package]] | |
614 | name = "libz-sys" |
|
571 | name = "libz-sys" | |
615 | version = "1.1.2" |
|
572 | version = "1.1.2" | |
616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
573 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
617 | checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
|
574 | checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" | |
618 | dependencies = [ |
|
575 | dependencies = [ | |
619 | "cc", |
|
576 | "cc", | |
620 | "pkg-config", |
|
577 | "pkg-config", | |
621 | "vcpkg", |
|
578 | "vcpkg", | |
622 | ] |
|
579 | ] | |
623 |
|
580 | |||
624 | [[package]] |
|
581 | [[package]] | |
625 | name = "log" |
|
582 | name = "log" | |
626 | version = "0.4.14" |
|
583 | version = "0.4.14" | |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
584 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
628 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
585 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | |
629 | dependencies = [ |
|
586 | dependencies = [ | |
630 | "cfg-if 1.0.0", |
|
587 | "cfg-if 1.0.0", | |
631 | ] |
|
588 | ] | |
632 |
|
589 | |||
633 | [[package]] |
|
590 | [[package]] | |
634 | name = "maybe-uninit" |
|
|||
635 | version = "2.0.0" |
|
|||
636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
637 | checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|||
638 |
|
||||
639 | [[package]] |
|
|||
640 | name = "memchr" |
|
591 | name = "memchr" | |
641 | version = "2.4.1" |
|
592 | version = "2.4.1" | |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
593 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
643 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
|
594 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | |
644 |
|
595 | |||
645 | [[package]] |
|
596 | [[package]] | |
646 | name = "memmap2" |
|
597 | name = "memmap2" | |
647 | version = "0.5.3" |
|
598 | version = "0.5.3" | |
648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
599 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
649 | checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f" |
|
600 | checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f" | |
650 | dependencies = [ |
|
601 | dependencies = [ | |
651 | "libc", |
|
602 | "libc", | |
652 | "stable_deref_trait", |
|
603 | "stable_deref_trait", | |
653 | ] |
|
604 | ] | |
654 |
|
605 | |||
655 | [[package]] |
|
606 | [[package]] | |
656 | name = "memoffset" |
|
607 | name = "memoffset" | |
657 | version = "0.6.1" |
|
608 | version = "0.6.1" | |
658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
609 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
659 | checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" |
|
610 | checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" | |
660 | dependencies = [ |
|
611 | dependencies = [ | |
661 | "autocfg", |
|
612 | "autocfg", | |
662 | ] |
|
613 | ] | |
663 |
|
614 | |||
664 | [[package]] |
|
615 | [[package]] | |
665 | name = "micro-timer" |
|
616 | name = "micro-timer" | |
666 | version = "0.4.0" |
|
617 | version = "0.4.0" | |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
618 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
668 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" |
|
619 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" | |
669 | dependencies = [ |
|
620 | dependencies = [ | |
670 | "micro-timer-macros", |
|
621 | "micro-timer-macros", | |
671 | "scopeguard", |
|
622 | "scopeguard", | |
672 | ] |
|
623 | ] | |
673 |
|
624 | |||
674 | [[package]] |
|
625 | [[package]] | |
675 | name = "micro-timer-macros" |
|
626 | name = "micro-timer-macros" | |
676 | version = "0.4.0" |
|
627 | version = "0.4.0" | |
677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
628 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
678 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" |
|
629 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" | |
679 | dependencies = [ |
|
630 | dependencies = [ | |
680 | "proc-macro2", |
|
631 | "proc-macro2", | |
681 | "quote", |
|
632 | "quote", | |
682 | "scopeguard", |
|
633 | "scopeguard", | |
683 | "syn", |
|
634 | "syn", | |
684 | ] |
|
635 | ] | |
685 |
|
636 | |||
686 | [[package]] |
|
637 | [[package]] | |
687 | name = "miniz_oxide" |
|
638 | name = "miniz_oxide" | |
688 | version = "0.4.3" |
|
639 | version = "0.4.3" | |
689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
640 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
690 | checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
|
641 | checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" | |
691 | dependencies = [ |
|
642 | dependencies = [ | |
692 | "adler", |
|
643 | "adler", | |
693 | "autocfg", |
|
644 | "autocfg", | |
694 | ] |
|
645 | ] | |
695 |
|
646 | |||
696 | [[package]] |
|
647 | [[package]] | |
697 | name = "num-integer" |
|
648 | name = "num-integer" | |
698 | version = "0.1.44" |
|
649 | version = "0.1.44" | |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
650 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
700 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
651 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" | |
701 | dependencies = [ |
|
652 | dependencies = [ | |
702 | "autocfg", |
|
653 | "autocfg", | |
703 | "num-traits", |
|
654 | "num-traits", | |
704 | ] |
|
655 | ] | |
705 |
|
656 | |||
706 | [[package]] |
|
657 | [[package]] | |
707 | name = "num-traits" |
|
658 | name = "num-traits" | |
708 | version = "0.2.14" |
|
659 | version = "0.2.14" | |
709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
660 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
710 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
661 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | |
711 | dependencies = [ |
|
662 | dependencies = [ | |
712 | "autocfg", |
|
663 | "autocfg", | |
713 | "libm", |
|
664 | "libm", | |
714 | ] |
|
665 | ] | |
715 |
|
666 | |||
716 | [[package]] |
|
667 | [[package]] | |
717 | name = "num_cpus" |
|
668 | name = "num_cpus" | |
718 | version = "1.13.0" |
|
669 | version = "1.13.0" | |
719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
670 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
720 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
671 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | |
721 | dependencies = [ |
|
672 | dependencies = [ | |
722 | "hermit-abi", |
|
673 | "hermit-abi", | |
723 | "libc", |
|
674 | "libc", | |
724 | ] |
|
675 | ] | |
725 |
|
676 | |||
726 | [[package]] |
|
677 | [[package]] | |
727 | name = "opaque-debug" |
|
678 | name = "opaque-debug" | |
728 | version = "0.3.0" |
|
679 | version = "0.3.0" | |
729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
680 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
730 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
681 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
731 |
|
682 | |||
732 | [[package]] |
|
683 | [[package]] | |
733 | name = "output_vt100" |
|
684 | name = "output_vt100" | |
734 | version = "0.1.2" |
|
685 | version = "0.1.2" | |
735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
686 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
736 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
|
687 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | |
737 | dependencies = [ |
|
688 | dependencies = [ | |
738 | "winapi", |
|
689 | "winapi", | |
739 | ] |
|
690 | ] | |
740 |
|
691 | |||
741 | [[package]] |
|
692 | [[package]] | |
742 | name = "paste" |
|
693 | name = "paste" | |
743 | version = "1.0.5" |
|
694 | version = "1.0.5" | |
744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
695 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
745 | checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" |
|
696 | checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" | |
746 |
|
697 | |||
747 | [[package]] |
|
698 | [[package]] | |
748 | name = "pkg-config" |
|
699 | name = "pkg-config" | |
749 | version = "0.3.19" |
|
700 | version = "0.3.19" | |
750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
701 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
751 | checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
|
702 | checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" | |
752 |
|
703 | |||
753 | [[package]] |
|
704 | [[package]] | |
754 | name = "ppv-lite86" |
|
705 | name = "ppv-lite86" | |
755 | version = "0.2.10" |
|
706 | version = "0.2.10" | |
756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
707 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
757 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
|
708 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | |
758 |
|
709 | |||
759 | [[package]] |
|
710 | [[package]] | |
760 | name = "pretty_assertions" |
|
711 | name = "pretty_assertions" | |
761 | version = "1.1.0" |
|
712 | version = "1.1.0" | |
762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
713 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
763 | checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" |
|
714 | checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" | |
764 | dependencies = [ |
|
715 | dependencies = [ | |
765 | "ansi_term", |
|
716 | "ansi_term", | |
766 | "ctor", |
|
717 | "ctor", | |
767 | "diff", |
|
718 | "diff", | |
768 | "output_vt100", |
|
719 | "output_vt100", | |
769 | ] |
|
720 | ] | |
770 |
|
721 | |||
771 | [[package]] |
|
722 | [[package]] | |
772 | name = "proc-macro2" |
|
723 | name = "proc-macro2" | |
773 | version = "1.0.24" |
|
724 | version = "1.0.24" | |
774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
725 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
775 | checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
|
726 | checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" | |
776 | dependencies = [ |
|
727 | dependencies = [ | |
777 | "unicode-xid", |
|
728 | "unicode-xid", | |
778 | ] |
|
729 | ] | |
779 |
|
730 | |||
780 | [[package]] |
|
731 | [[package]] | |
781 | name = "python3-sys" |
|
732 | name = "python3-sys" | |
782 | version = "0.7.0" |
|
733 | version = "0.7.0" | |
783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
734 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
784 | checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" |
|
735 | checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" | |
785 | dependencies = [ |
|
736 | dependencies = [ | |
786 | "libc", |
|
737 | "libc", | |
787 | "regex", |
|
738 | "regex", | |
788 | ] |
|
739 | ] | |
789 |
|
740 | |||
790 | [[package]] |
|
741 | [[package]] | |
791 | name = "quick-error" |
|
|||
792 | version = "1.2.3" |
|
|||
793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
794 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
|||
795 |
|
||||
796 | [[package]] |
|
|||
797 | name = "quote" |
|
742 | name = "quote" | |
798 | version = "1.0.7" |
|
743 | version = "1.0.7" | |
799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
744 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
800 | checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
745 | checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" | |
801 | dependencies = [ |
|
746 | dependencies = [ | |
802 | "proc-macro2", |
|
747 | "proc-macro2", | |
803 | ] |
|
748 | ] | |
804 |
|
749 | |||
805 | [[package]] |
|
750 | [[package]] | |
806 | name = "rand" |
|
751 | name = "rand" | |
807 | version = "0.7.3" |
|
752 | version = "0.7.3" | |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
753 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
809 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
754 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
810 | dependencies = [ |
|
755 | dependencies = [ | |
811 | "getrandom 0.1.15", |
|
756 | "getrandom 0.1.15", | |
812 | "libc", |
|
757 | "libc", | |
813 | "rand_chacha 0.2.2", |
|
758 | "rand_chacha 0.2.2", | |
814 | "rand_core 0.5.1", |
|
759 | "rand_core 0.5.1", | |
815 | "rand_hc", |
|
760 | "rand_hc", | |
816 | ] |
|
761 | ] | |
817 |
|
762 | |||
818 | [[package]] |
|
763 | [[package]] | |
819 | name = "rand" |
|
764 | name = "rand" | |
820 | version = "0.8.5" |
|
765 | version = "0.8.5" | |
821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
766 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
822 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
767 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
823 | dependencies = [ |
|
768 | dependencies = [ | |
824 | "libc", |
|
769 | "libc", | |
825 | "rand_chacha 0.3.1", |
|
770 | "rand_chacha 0.3.1", | |
826 | "rand_core 0.6.3", |
|
771 | "rand_core 0.6.3", | |
827 | ] |
|
772 | ] | |
828 |
|
773 | |||
829 | [[package]] |
|
774 | [[package]] | |
830 | name = "rand_chacha" |
|
775 | name = "rand_chacha" | |
831 | version = "0.2.2" |
|
776 | version = "0.2.2" | |
832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
777 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
833 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
778 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
834 | dependencies = [ |
|
779 | dependencies = [ | |
835 | "ppv-lite86", |
|
780 | "ppv-lite86", | |
836 | "rand_core 0.5.1", |
|
781 | "rand_core 0.5.1", | |
837 | ] |
|
782 | ] | |
838 |
|
783 | |||
839 | [[package]] |
|
784 | [[package]] | |
840 | name = "rand_chacha" |
|
785 | name = "rand_chacha" | |
841 | version = "0.3.1" |
|
786 | version = "0.3.1" | |
842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
787 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
843 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
788 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
844 | dependencies = [ |
|
789 | dependencies = [ | |
845 | "ppv-lite86", |
|
790 | "ppv-lite86", | |
846 | "rand_core 0.6.3", |
|
791 | "rand_core 0.6.3", | |
847 | ] |
|
792 | ] | |
848 |
|
793 | |||
849 | [[package]] |
|
794 | [[package]] | |
850 | name = "rand_core" |
|
795 | name = "rand_core" | |
851 | version = "0.5.1" |
|
796 | version = "0.5.1" | |
852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
853 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
798 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
854 | dependencies = [ |
|
799 | dependencies = [ | |
855 | "getrandom 0.1.15", |
|
800 | "getrandom 0.1.15", | |
856 | ] |
|
801 | ] | |
857 |
|
802 | |||
858 | [[package]] |
|
803 | [[package]] | |
859 | name = "rand_core" |
|
804 | name = "rand_core" | |
860 | version = "0.6.3" |
|
805 | version = "0.6.3" | |
861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
806 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
862 | checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
807 | checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | |
863 | dependencies = [ |
|
808 | dependencies = [ | |
864 | "getrandom 0.2.4", |
|
809 | "getrandom 0.2.4", | |
865 | ] |
|
810 | ] | |
866 |
|
811 | |||
867 | [[package]] |
|
812 | [[package]] | |
868 | name = "rand_distr" |
|
813 | name = "rand_distr" | |
869 | version = "0.4.3" |
|
814 | version = "0.4.3" | |
870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
815 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
871 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
|
816 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | |
872 | dependencies = [ |
|
817 | dependencies = [ | |
873 | "num-traits", |
|
818 | "num-traits", | |
874 | "rand 0.8.5", |
|
819 | "rand 0.8.5", | |
875 | ] |
|
820 | ] | |
876 |
|
821 | |||
877 | [[package]] |
|
822 | [[package]] | |
878 | name = "rand_hc" |
|
823 | name = "rand_hc" | |
879 | version = "0.2.0" |
|
824 | version = "0.2.0" | |
880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
825 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
881 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
826 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
882 | dependencies = [ |
|
827 | dependencies = [ | |
883 | "rand_core 0.5.1", |
|
828 | "rand_core 0.5.1", | |
884 | ] |
|
829 | ] | |
885 |
|
830 | |||
886 | [[package]] |
|
831 | [[package]] | |
887 | name = "rand_pcg" |
|
832 | name = "rand_pcg" | |
888 | version = "0.3.1" |
|
833 | version = "0.3.1" | |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
834 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
890 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
|
835 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" | |
891 | dependencies = [ |
|
836 | dependencies = [ | |
892 | "rand_core 0.6.3", |
|
837 | "rand_core 0.6.3", | |
893 | ] |
|
838 | ] | |
894 |
|
839 | |||
895 | [[package]] |
|
840 | [[package]] | |
896 | name = "rand_xoshiro" |
|
841 | name = "rand_xoshiro" | |
897 | version = "0.4.0" |
|
842 | version = "0.4.0" | |
898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
843 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
899 | checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
|
844 | checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" | |
900 | dependencies = [ |
|
845 | dependencies = [ | |
901 | "rand_core 0.5.1", |
|
846 | "rand_core 0.5.1", | |
902 | ] |
|
847 | ] | |
903 |
|
848 | |||
904 | [[package]] |
|
849 | [[package]] | |
905 | name = "rayon" |
|
850 | name = "rayon" | |
906 | version = "1.5.1" |
|
851 | version = "1.5.1" | |
907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
852 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
908 | checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" |
|
853 | checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" | |
909 | dependencies = [ |
|
854 | dependencies = [ | |
910 | "autocfg", |
|
855 | "autocfg", | |
911 | "crossbeam-deque", |
|
856 | "crossbeam-deque", | |
912 | "either", |
|
857 | "either", | |
913 | "rayon-core", |
|
858 | "rayon-core", | |
914 | ] |
|
859 | ] | |
915 |
|
860 | |||
916 | [[package]] |
|
861 | [[package]] | |
917 | name = "rayon-core" |
|
862 | name = "rayon-core" | |
918 | version = "1.9.1" |
|
863 | version = "1.9.1" | |
919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
864 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
920 | checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" |
|
865 | checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" | |
921 | dependencies = [ |
|
866 | dependencies = [ | |
922 |
"crossbeam-channel |
|
867 | "crossbeam-channel", | |
923 | "crossbeam-deque", |
|
868 | "crossbeam-deque", | |
924 |
"crossbeam-utils |
|
869 | "crossbeam-utils", | |
925 | "lazy_static", |
|
870 | "lazy_static", | |
926 | "num_cpus", |
|
871 | "num_cpus", | |
927 | ] |
|
872 | ] | |
928 |
|
873 | |||
929 | [[package]] |
|
874 | [[package]] | |
930 | name = "redox_syscall" |
|
875 | name = "redox_syscall" | |
931 | version = "0.2.11" |
|
876 | version = "0.2.11" | |
932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
877 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
933 | checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" |
|
878 | checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" | |
934 | dependencies = [ |
|
879 | dependencies = [ | |
935 | "bitflags", |
|
880 | "bitflags", | |
936 | ] |
|
881 | ] | |
937 |
|
882 | |||
938 | [[package]] |
|
883 | [[package]] | |
939 | name = "regex" |
|
884 | name = "regex" | |
940 | version = "1.5.5" |
|
885 | version = "1.5.5" | |
941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
886 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
942 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" |
|
887 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" | |
943 | dependencies = [ |
|
888 | dependencies = [ | |
944 | "aho-corasick", |
|
889 | "aho-corasick", | |
945 | "memchr", |
|
890 | "memchr", | |
946 | "regex-syntax", |
|
891 | "regex-syntax", | |
947 | ] |
|
892 | ] | |
948 |
|
893 | |||
949 | [[package]] |
|
894 | [[package]] | |
950 | name = "regex-syntax" |
|
895 | name = "regex-syntax" | |
951 | version = "0.6.25" |
|
896 | version = "0.6.25" | |
952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
897 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
953 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
|
898 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | |
954 |
|
899 | |||
955 | [[package]] |
|
900 | [[package]] | |
956 | name = "remove_dir_all" |
|
901 | name = "remove_dir_all" | |
957 | version = "0.5.3" |
|
902 | version = "0.5.3" | |
958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
903 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
959 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
904 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
960 | dependencies = [ |
|
905 | dependencies = [ | |
961 | "winapi", |
|
906 | "winapi", | |
962 | ] |
|
907 | ] | |
963 |
|
908 | |||
964 | [[package]] |
|
909 | [[package]] | |
965 | name = "rhg" |
|
910 | name = "rhg" | |
966 | version = "0.1.0" |
|
911 | version = "0.1.0" | |
967 | dependencies = [ |
|
912 | dependencies = [ | |
968 | "atty", |
|
913 | "atty", | |
969 | "chrono", |
|
914 | "chrono", | |
970 | "clap", |
|
915 | "clap", | |
971 | "derive_more", |
|
916 | "derive_more", | |
972 |
"env_logger |
|
917 | "env_logger", | |
973 | "format-bytes", |
|
918 | "format-bytes", | |
974 | "hg-core", |
|
919 | "hg-core", | |
975 | "home", |
|
920 | "home", | |
976 | "lazy_static", |
|
921 | "lazy_static", | |
977 | "log", |
|
922 | "log", | |
978 | "micro-timer", |
|
923 | "micro-timer", | |
979 | "regex", |
|
924 | "regex", | |
980 | "users", |
|
925 | "users", | |
981 | ] |
|
926 | ] | |
982 |
|
927 | |||
983 | [[package]] |
|
928 | [[package]] | |
984 | name = "rustc_version" |
|
929 | name = "rustc_version" | |
985 | version = "0.4.0" |
|
930 | version = "0.4.0" | |
986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
931 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
987 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
932 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | |
988 | dependencies = [ |
|
933 | dependencies = [ | |
989 | "semver", |
|
934 | "semver", | |
990 | ] |
|
935 | ] | |
991 |
|
936 | |||
992 | [[package]] |
|
937 | [[package]] | |
993 | name = "same-file" |
|
938 | name = "same-file" | |
994 | version = "1.0.6" |
|
939 | version = "1.0.6" | |
995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
940 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
996 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
941 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
997 | dependencies = [ |
|
942 | dependencies = [ | |
998 | "winapi-util", |
|
943 | "winapi-util", | |
999 | ] |
|
944 | ] | |
1000 |
|
945 | |||
1001 | [[package]] |
|
946 | [[package]] | |
1002 | name = "scopeguard" |
|
947 | name = "scopeguard" | |
1003 | version = "1.1.0" |
|
948 | version = "1.1.0" | |
1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
949 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1005 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
950 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
1006 |
|
951 | |||
1007 | [[package]] |
|
952 | [[package]] | |
1008 | name = "semver" |
|
953 | name = "semver" | |
1009 | version = "1.0.6" |
|
954 | version = "1.0.6" | |
1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
955 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1011 | checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" |
|
956 | checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" | |
1012 |
|
957 | |||
1013 | [[package]] |
|
958 | [[package]] | |
1014 | name = "sha-1" |
|
959 | name = "sha-1" | |
1015 | version = "0.9.6" |
|
960 | version = "0.9.6" | |
1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
961 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1017 | checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" |
|
962 | checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" | |
1018 | dependencies = [ |
|
963 | dependencies = [ | |
1019 | "block-buffer 0.9.0", |
|
964 | "block-buffer 0.9.0", | |
1020 | "cfg-if 1.0.0", |
|
965 | "cfg-if 1.0.0", | |
1021 | "cpufeatures 0.1.4", |
|
966 | "cpufeatures 0.1.4", | |
1022 | "digest 0.9.0", |
|
967 | "digest 0.9.0", | |
1023 | "opaque-debug", |
|
968 | "opaque-debug", | |
1024 | ] |
|
969 | ] | |
1025 |
|
970 | |||
1026 | [[package]] |
|
971 | [[package]] | |
1027 | name = "sha-1" |
|
972 | name = "sha-1" | |
1028 | version = "0.10.0" |
|
973 | version = "0.10.0" | |
1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
974 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1030 | checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" |
|
975 | checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" | |
1031 | dependencies = [ |
|
976 | dependencies = [ | |
1032 | "cfg-if 1.0.0", |
|
977 | "cfg-if 1.0.0", | |
1033 | "cpufeatures 0.2.1", |
|
978 | "cpufeatures 0.2.1", | |
1034 | "digest 0.10.2", |
|
979 | "digest 0.10.2", | |
1035 | ] |
|
980 | ] | |
1036 |
|
981 | |||
1037 | [[package]] |
|
982 | [[package]] | |
1038 | name = "sized-chunks" |
|
983 | name = "sized-chunks" | |
1039 | version = "0.6.2" |
|
984 | version = "0.6.2" | |
1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
985 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1041 | checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" |
|
986 | checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" | |
1042 | dependencies = [ |
|
987 | dependencies = [ | |
1043 | "bitmaps", |
|
988 | "bitmaps", | |
1044 | "typenum", |
|
989 | "typenum", | |
1045 | ] |
|
990 | ] | |
1046 |
|
991 | |||
1047 | [[package]] |
|
992 | [[package]] | |
1048 | name = "stable_deref_trait" |
|
993 | name = "stable_deref_trait" | |
1049 | version = "1.2.0" |
|
994 | version = "1.2.0" | |
1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
995 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1051 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
996 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
1052 |
|
997 | |||
1053 | [[package]] |
|
998 | [[package]] | |
1054 | name = "static_assertions" |
|
999 | name = "static_assertions" | |
1055 | version = "1.1.0" |
|
1000 | version = "1.1.0" | |
1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1001 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1057 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
1002 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
1058 |
|
1003 | |||
1059 | [[package]] |
|
1004 | [[package]] | |
1060 | name = "strsim" |
|
1005 | name = "strsim" | |
1061 | version = "0.8.0" |
|
1006 | version = "0.8.0" | |
1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1007 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1063 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
1008 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | |
1064 |
|
1009 | |||
1065 | [[package]] |
|
1010 | [[package]] | |
1066 | name = "syn" |
|
1011 | name = "syn" | |
1067 | version = "1.0.54" |
|
1012 | version = "1.0.54" | |
1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1013 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1069 | checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" |
|
1014 | checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" | |
1070 | dependencies = [ |
|
1015 | dependencies = [ | |
1071 | "proc-macro2", |
|
1016 | "proc-macro2", | |
1072 | "quote", |
|
1017 | "quote", | |
1073 | "unicode-xid", |
|
1018 | "unicode-xid", | |
1074 | ] |
|
1019 | ] | |
1075 |
|
1020 | |||
1076 | [[package]] |
|
1021 | [[package]] | |
1077 | name = "tempfile" |
|
1022 | name = "tempfile" | |
1078 | version = "3.3.0" |
|
1023 | version = "3.3.0" | |
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1080 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
|
1025 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | |
1081 | dependencies = [ |
|
1026 | dependencies = [ | |
1082 | "cfg-if 1.0.0", |
|
1027 | "cfg-if 1.0.0", | |
1083 | "fastrand", |
|
1028 | "fastrand", | |
1084 | "libc", |
|
1029 | "libc", | |
1085 | "redox_syscall", |
|
1030 | "redox_syscall", | |
1086 | "remove_dir_all", |
|
1031 | "remove_dir_all", | |
1087 | "winapi", |
|
1032 | "winapi", | |
1088 | ] |
|
1033 | ] | |
1089 |
|
1034 | |||
1090 | [[package]] |
|
1035 | [[package]] | |
1091 | name = "termcolor" |
|
1036 | name = "termcolor" | |
1092 | version = "1.1.2" |
|
1037 | version = "1.1.2" | |
1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1038 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1094 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
|
1039 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" | |
1095 | dependencies = [ |
|
1040 | dependencies = [ | |
1096 | "winapi-util", |
|
1041 | "winapi-util", | |
1097 | ] |
|
1042 | ] | |
1098 |
|
1043 | |||
1099 | [[package]] |
|
1044 | [[package]] | |
1100 | name = "textwrap" |
|
1045 | name = "textwrap" | |
1101 | version = "0.11.0" |
|
1046 | version = "0.11.0" | |
1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1047 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1103 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
1048 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | |
1104 | dependencies = [ |
|
1049 | dependencies = [ | |
1105 | "unicode-width", |
|
1050 | "unicode-width", | |
1106 | ] |
|
1051 | ] | |
1107 |
|
1052 | |||
1108 | [[package]] |
|
1053 | [[package]] | |
1109 | name = "time" |
|
1054 | name = "time" | |
1110 | version = "0.1.44" |
|
1055 | version = "0.1.44" | |
1111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1056 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1112 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
1057 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | |
1113 | dependencies = [ |
|
1058 | dependencies = [ | |
1114 | "libc", |
|
1059 | "libc", | |
1115 | "wasi 0.10.0+wasi-snapshot-preview1", |
|
1060 | "wasi 0.10.0+wasi-snapshot-preview1", | |
1116 | "winapi", |
|
1061 | "winapi", | |
1117 | ] |
|
1062 | ] | |
1118 |
|
1063 | |||
1119 | [[package]] |
|
1064 | [[package]] | |
1120 | name = "twox-hash" |
|
1065 | name = "twox-hash" | |
1121 | version = "1.6.2" |
|
1066 | version = "1.6.2" | |
1122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1067 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1123 | checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" |
|
1068 | checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" | |
1124 | dependencies = [ |
|
1069 | dependencies = [ | |
1125 | "cfg-if 1.0.0", |
|
1070 | "cfg-if 1.0.0", | |
1126 | "rand 0.8.5", |
|
1071 | "rand 0.8.5", | |
1127 | "static_assertions", |
|
1072 | "static_assertions", | |
1128 | ] |
|
1073 | ] | |
1129 |
|
1074 | |||
1130 | [[package]] |
|
1075 | [[package]] | |
1131 | name = "typenum" |
|
1076 | name = "typenum" | |
1132 | version = "1.12.0" |
|
1077 | version = "1.12.0" | |
1133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1078 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1134 | checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
|
1079 | checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" | |
1135 |
|
1080 | |||
1136 | [[package]] |
|
1081 | [[package]] | |
1137 | name = "unicode-width" |
|
1082 | name = "unicode-width" | |
1138 | version = "0.1.9" |
|
1083 | version = "0.1.9" | |
1139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1084 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1140 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
|
1085 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" | |
1141 |
|
1086 | |||
1142 | [[package]] |
|
1087 | [[package]] | |
1143 | name = "unicode-xid" |
|
1088 | name = "unicode-xid" | |
1144 | version = "0.2.1" |
|
1089 | version = "0.2.1" | |
1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1090 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1146 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
1091 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | |
1147 |
|
1092 | |||
1148 | [[package]] |
|
1093 | [[package]] | |
1149 | name = "users" |
|
1094 | name = "users" | |
1150 | version = "0.11.0" |
|
1095 | version = "0.11.0" | |
1151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1096 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1152 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
|
1097 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" | |
1153 | dependencies = [ |
|
1098 | dependencies = [ | |
1154 | "libc", |
|
1099 | "libc", | |
1155 | "log", |
|
1100 | "log", | |
1156 | ] |
|
1101 | ] | |
1157 |
|
1102 | |||
1158 | [[package]] |
|
1103 | [[package]] | |
1159 | name = "vcpkg" |
|
1104 | name = "vcpkg" | |
1160 | version = "0.2.11" |
|
1105 | version = "0.2.11" | |
1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1106 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1162 | checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
|
1107 | checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" | |
1163 |
|
1108 | |||
1164 | [[package]] |
|
1109 | [[package]] | |
1165 | name = "vcsgraph" |
|
1110 | name = "vcsgraph" | |
1166 | version = "0.2.0" |
|
1111 | version = "0.2.0" | |
1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1112 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1168 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" |
|
1113 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" | |
1169 | dependencies = [ |
|
1114 | dependencies = [ | |
1170 | "hex", |
|
1115 | "hex", | |
1171 | "rand 0.7.3", |
|
1116 | "rand 0.7.3", | |
1172 | "sha-1 0.9.6", |
|
1117 | "sha-1 0.9.6", | |
1173 | ] |
|
1118 | ] | |
1174 |
|
1119 | |||
1175 | [[package]] |
|
1120 | [[package]] | |
1176 | name = "vec_map" |
|
1121 | name = "vec_map" | |
1177 | version = "0.8.2" |
|
1122 | version = "0.8.2" | |
1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1123 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1179 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
1124 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" | |
1180 |
|
1125 | |||
1181 | [[package]] |
|
1126 | [[package]] | |
1182 | name = "version_check" |
|
1127 | name = "version_check" | |
1183 | version = "0.9.2" |
|
1128 | version = "0.9.2" | |
1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1185 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
|
1130 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" | |
1186 |
|
1131 | |||
1187 | [[package]] |
|
1132 | [[package]] | |
1188 | name = "wasi" |
|
1133 | name = "wasi" | |
1189 | version = "0.9.0+wasi-snapshot-preview1" |
|
1134 | version = "0.9.0+wasi-snapshot-preview1" | |
1190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1135 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1191 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
1136 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
1192 |
|
1137 | |||
1193 | [[package]] |
|
1138 | [[package]] | |
1194 | name = "wasi" |
|
1139 | name = "wasi" | |
1195 | version = "0.10.0+wasi-snapshot-preview1" |
|
1140 | version = "0.10.0+wasi-snapshot-preview1" | |
1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1141 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1197 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
1142 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
1198 |
|
1143 | |||
1199 | [[package]] |
|
1144 | [[package]] | |
1200 | name = "winapi" |
|
1145 | name = "winapi" | |
1201 | version = "0.3.9" |
|
1146 | version = "0.3.9" | |
1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1147 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1203 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
1148 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1204 | dependencies = [ |
|
1149 | dependencies = [ | |
1205 | "winapi-i686-pc-windows-gnu", |
|
1150 | "winapi-i686-pc-windows-gnu", | |
1206 | "winapi-x86_64-pc-windows-gnu", |
|
1151 | "winapi-x86_64-pc-windows-gnu", | |
1207 | ] |
|
1152 | ] | |
1208 |
|
1153 | |||
1209 | [[package]] |
|
1154 | [[package]] | |
1210 | name = "winapi-i686-pc-windows-gnu" |
|
1155 | name = "winapi-i686-pc-windows-gnu" | |
1211 | version = "0.4.0" |
|
1156 | version = "0.4.0" | |
1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1157 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1213 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
1158 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1214 |
|
1159 | |||
1215 | [[package]] |
|
1160 | [[package]] | |
1216 | name = "winapi-util" |
|
1161 | name = "winapi-util" | |
1217 | version = "0.1.5" |
|
1162 | version = "0.1.5" | |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1163 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1219 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
1164 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | |
1220 | dependencies = [ |
|
1165 | dependencies = [ | |
1221 | "winapi", |
|
1166 | "winapi", | |
1222 | ] |
|
1167 | ] | |
1223 |
|
1168 | |||
1224 | [[package]] |
|
1169 | [[package]] | |
1225 | name = "winapi-x86_64-pc-windows-gnu" |
|
1170 | name = "winapi-x86_64-pc-windows-gnu" | |
1226 | version = "0.4.0" |
|
1171 | version = "0.4.0" | |
1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1172 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1228 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
1173 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1229 |
|
1174 | |||
1230 | [[package]] |
|
1175 | [[package]] | |
1231 | name = "zstd" |
|
1176 | name = "zstd" | |
1232 | version = "0.5.4+zstd.1.4.7" |
|
1177 | version = "0.5.4+zstd.1.4.7" | |
1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1178 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1234 | checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910" |
|
1179 | checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910" | |
1235 | dependencies = [ |
|
1180 | dependencies = [ | |
1236 | "zstd-safe", |
|
1181 | "zstd-safe", | |
1237 | ] |
|
1182 | ] | |
1238 |
|
1183 | |||
1239 | [[package]] |
|
1184 | [[package]] | |
1240 | name = "zstd-safe" |
|
1185 | name = "zstd-safe" | |
1241 | version = "2.0.6+zstd.1.4.7" |
|
1186 | version = "2.0.6+zstd.1.4.7" | |
1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1187 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1243 | checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e" |
|
1188 | checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e" | |
1244 | dependencies = [ |
|
1189 | dependencies = [ | |
1245 | "libc", |
|
1190 | "libc", | |
1246 | "zstd-sys", |
|
1191 | "zstd-sys", | |
1247 | ] |
|
1192 | ] | |
1248 |
|
1193 | |||
1249 | [[package]] |
|
1194 | [[package]] | |
1250 | name = "zstd-sys" |
|
1195 | name = "zstd-sys" | |
1251 | version = "1.4.18+zstd.1.4.7" |
|
1196 | version = "1.4.18+zstd.1.4.7" | |
1252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1197 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1253 | checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" |
|
1198 | checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" | |
1254 | dependencies = [ |
|
1199 | dependencies = [ | |
1255 | "cc", |
|
1200 | "cc", | |
1256 | "glob", |
|
1201 | "glob", | |
1257 | "itertools 0.9.0", |
|
1202 | "itertools 0.9.0", | |
1258 | "libc", |
|
1203 | "libc", | |
1259 | ] |
|
1204 | ] |
@@ -1,19 +1,19 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 | [dependencies] |
|
11 | [dependencies] | |
12 | cpython = { version = "0.7.0", features = ["extension-module"] } |
|
12 | cpython = { version = "0.7.0", features = ["extension-module"] } | |
13 |
crossbeam-channel = "0. |
|
13 | crossbeam-channel = "0.5.2" | |
14 | hg-core = { path = "../hg-core"} |
|
14 | hg-core = { path = "../hg-core"} | |
15 | libc = "0.2" |
|
15 | libc = "0.2.119" | |
16 |
log = "0.4. |
|
16 | log = "0.4.14" | |
17 |
env_logger = "0. |
|
17 | env_logger = "0.9.0" | |
18 | stable_deref_trait = "1.2.0" |
|
18 | stable_deref_trait = "1.2.0" | |
19 | vcsgraph = "0.2.0" |
|
19 | vcsgraph = "0.2.0" |
General Comments 0
You need to be logged in to leave comments.
Login now