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