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