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