Show More
@@ -1,1454 +1,1425 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" |
|
|||
7 | version = "0.11.4" |
|
|||
8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
9 | checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
|
|||
10 |
|
||||
11 | [[package]] |
|
|||
12 | name = "adler" |
|
6 | name = "adler" | |
13 | version = "1.0.2" |
|
7 | version = "1.0.2" | |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
15 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
9 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |
16 |
|
10 | |||
17 | [[package]] |
|
11 | [[package]] | |
18 | name = "ahash" |
|
12 | name = "ahash" | |
19 | version = "0.8.2" |
|
13 | version = "0.8.2" | |
20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
21 | checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" |
|
15 | checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" | |
22 | dependencies = [ |
|
16 | dependencies = [ | |
23 | "cfg-if", |
|
17 | "cfg-if", | |
24 | "once_cell", |
|
18 | "once_cell", | |
25 | "version_check", |
|
19 | "version_check", | |
26 | ] |
|
20 | ] | |
27 |
|
21 | |||
28 | [[package]] |
|
22 | [[package]] | |
29 | name = "aho-corasick" |
|
23 | name = "aho-corasick" | |
30 | version = "0.7.19" |
|
24 | version = "0.7.19" | |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
25 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
32 | checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" |
|
26 | checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" | |
33 | dependencies = [ |
|
27 | dependencies = [ | |
34 | "memchr", |
|
28 | "memchr", | |
35 | ] |
|
29 | ] | |
36 |
|
30 | |||
37 | [[package]] |
|
31 | [[package]] | |
38 | name = "aliasable" |
|
|||
39 | version = "0.1.3" |
|
|||
40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
41 | checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
|
|||
42 |
|
||||
43 | [[package]] |
|
|||
44 | name = "android_system_properties" |
|
32 | name = "android_system_properties" | |
45 | version = "0.1.5" |
|
33 | version = "0.1.5" | |
46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
34 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
47 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
35 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
48 | dependencies = [ |
|
36 | dependencies = [ | |
49 | "libc", |
|
37 | "libc", | |
50 | ] |
|
38 | ] | |
51 |
|
39 | |||
52 | [[package]] |
|
40 | [[package]] | |
53 | name = "atty" |
|
41 | name = "atty" | |
54 | version = "0.2.14" |
|
42 | version = "0.2.14" | |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
43 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
44 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
57 | dependencies = [ |
|
45 | dependencies = [ | |
58 | "hermit-abi", |
|
46 | "hermit-abi", | |
59 | "libc", |
|
47 | "libc", | |
60 | "winapi", |
|
48 | "winapi", | |
61 | ] |
|
49 | ] | |
62 |
|
50 | |||
63 | [[package]] |
|
51 | [[package]] | |
64 | name = "autocfg" |
|
52 | name = "autocfg" | |
65 | version = "1.1.0" |
|
53 | version = "1.1.0" | |
66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
54 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
67 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
55 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
68 |
|
56 | |||
69 | [[package]] |
|
57 | [[package]] | |
70 | name = "bitflags" |
|
58 | name = "bitflags" | |
71 | version = "1.3.2" |
|
59 | version = "1.3.2" | |
72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
60 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
73 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
61 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
74 |
|
62 | |||
75 | [[package]] |
|
63 | [[package]] | |
76 | name = "bitmaps" |
|
64 | name = "bitmaps" | |
77 | version = "2.1.0" |
|
65 | version = "2.1.0" | |
78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
66 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
79 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
|
67 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | |
80 | dependencies = [ |
|
68 | dependencies = [ | |
81 | "typenum", |
|
69 | "typenum", | |
82 | ] |
|
70 | ] | |
83 |
|
71 | |||
84 | [[package]] |
|
72 | [[package]] | |
85 | name = "block-buffer" |
|
73 | name = "block-buffer" | |
86 | version = "0.9.0" |
|
74 | version = "0.9.0" | |
87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
75 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
76 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | |
89 | dependencies = [ |
|
77 | dependencies = [ | |
90 | "generic-array", |
|
78 | "generic-array", | |
91 | ] |
|
79 | ] | |
92 |
|
80 | |||
93 | [[package]] |
|
81 | [[package]] | |
94 | name = "block-buffer" |
|
82 | name = "block-buffer" | |
95 | version = "0.10.3" |
|
83 | version = "0.10.3" | |
96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
84 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
97 | checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" |
|
85 | checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" | |
98 | dependencies = [ |
|
86 | dependencies = [ | |
99 | "generic-array", |
|
87 | "generic-array", | |
100 | ] |
|
88 | ] | |
101 |
|
89 | |||
102 | [[package]] |
|
90 | [[package]] | |
103 | name = "bumpalo" |
|
91 | name = "bumpalo" | |
104 | version = "3.11.1" |
|
92 | version = "3.11.1" | |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
93 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
106 | checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" |
|
94 | checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" | |
107 |
|
95 | |||
108 | [[package]] |
|
96 | [[package]] | |
109 | name = "byteorder" |
|
97 | name = "byteorder" | |
110 | version = "1.4.3" |
|
98 | version = "1.4.3" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
100 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | |
113 |
|
101 | |||
114 | [[package]] |
|
102 | [[package]] | |
115 | name = "bytes-cast" |
|
103 | name = "bytes-cast" | |
116 | version = "0.3.0" |
|
104 | version = "0.3.0" | |
117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
118 | checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8" |
|
106 | checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8" | |
119 | dependencies = [ |
|
107 | dependencies = [ | |
120 | "bytes-cast-derive", |
|
108 | "bytes-cast-derive", | |
121 | ] |
|
109 | ] | |
122 |
|
110 | |||
123 | [[package]] |
|
111 | [[package]] | |
124 | name = "bytes-cast-derive" |
|
112 | name = "bytes-cast-derive" | |
125 | version = "0.2.0" |
|
113 | version = "0.2.0" | |
126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
114 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
127 | checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71" |
|
115 | checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71" | |
128 | dependencies = [ |
|
116 | dependencies = [ | |
129 | "proc-macro2", |
|
117 | "proc-macro2", | |
130 | "quote", |
|
118 | "quote", | |
131 | "syn", |
|
119 | "syn", | |
132 | ] |
|
120 | ] | |
133 |
|
121 | |||
134 | [[package]] |
|
122 | [[package]] | |
135 | name = "cc" |
|
123 | name = "cc" | |
136 | version = "1.0.76" |
|
124 | version = "1.0.76" | |
137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
125 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
138 | checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" |
|
126 | checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" | |
139 | dependencies = [ |
|
127 | dependencies = [ | |
140 | "jobserver", |
|
128 | "jobserver", | |
141 | ] |
|
129 | ] | |
142 |
|
130 | |||
143 | [[package]] |
|
131 | [[package]] | |
144 | name = "cfg-if" |
|
132 | name = "cfg-if" | |
145 | version = "1.0.0" |
|
133 | version = "1.0.0" | |
146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
147 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
135 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
148 |
|
136 | |||
149 | [[package]] |
|
137 | [[package]] | |
150 | name = "chrono" |
|
138 | name = "chrono" | |
151 | version = "0.4.23" |
|
139 | version = "0.4.23" | |
152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
140 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
153 | checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" |
|
141 | checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" | |
154 | dependencies = [ |
|
142 | dependencies = [ | |
155 | "iana-time-zone", |
|
143 | "iana-time-zone", | |
156 | "js-sys", |
|
144 | "js-sys", | |
157 | "num-integer", |
|
145 | "num-integer", | |
158 | "num-traits", |
|
146 | "num-traits", | |
159 | "time", |
|
147 | "time", | |
160 | "wasm-bindgen", |
|
148 | "wasm-bindgen", | |
161 | "winapi", |
|
149 | "winapi", | |
162 | ] |
|
150 | ] | |
163 |
|
151 | |||
164 | [[package]] |
|
152 | [[package]] | |
165 | name = "clap" |
|
153 | name = "clap" | |
166 | version = "4.0.24" |
|
154 | version = "4.0.24" | |
167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
155 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
168 | checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" |
|
156 | checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" | |
169 | dependencies = [ |
|
157 | dependencies = [ | |
170 | "atty", |
|
158 | "atty", | |
171 | "bitflags", |
|
159 | "bitflags", | |
172 | "clap_derive", |
|
160 | "clap_derive", | |
173 | "clap_lex", |
|
161 | "clap_lex", | |
174 | "once_cell", |
|
162 | "once_cell", | |
175 | "strsim", |
|
163 | "strsim", | |
176 | "termcolor", |
|
164 | "termcolor", | |
177 | ] |
|
165 | ] | |
178 |
|
166 | |||
179 | [[package]] |
|
167 | [[package]] | |
180 | name = "clap_derive" |
|
168 | name = "clap_derive" | |
181 | version = "4.0.21" |
|
169 | version = "4.0.21" | |
182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
170 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
183 | checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" |
|
171 | checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" | |
184 | dependencies = [ |
|
172 | dependencies = [ | |
185 | "heck", |
|
173 | "heck", | |
186 | "proc-macro-error", |
|
174 | "proc-macro-error", | |
187 | "proc-macro2", |
|
175 | "proc-macro2", | |
188 | "quote", |
|
176 | "quote", | |
189 | "syn", |
|
177 | "syn", | |
190 | ] |
|
178 | ] | |
191 |
|
179 | |||
192 | [[package]] |
|
180 | [[package]] | |
193 | name = "clap_lex" |
|
181 | name = "clap_lex" | |
194 | version = "0.3.0" |
|
182 | version = "0.3.0" | |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
183 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
196 | checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" |
|
184 | checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" | |
197 | dependencies = [ |
|
185 | dependencies = [ | |
198 | "os_str_bytes", |
|
186 | "os_str_bytes", | |
199 | ] |
|
187 | ] | |
200 |
|
188 | |||
201 | [[package]] |
|
189 | [[package]] | |
202 | name = "codespan-reporting" |
|
190 | name = "codespan-reporting" | |
203 | version = "0.11.1" |
|
191 | version = "0.11.1" | |
204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
192 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
205 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
|
193 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" | |
206 | dependencies = [ |
|
194 | dependencies = [ | |
207 | "termcolor", |
|
195 | "termcolor", | |
208 | "unicode-width", |
|
196 | "unicode-width", | |
209 | ] |
|
197 | ] | |
210 |
|
198 | |||
211 | [[package]] |
|
199 | [[package]] | |
212 | name = "convert_case" |
|
200 | name = "convert_case" | |
213 | version = "0.4.0" |
|
201 | version = "0.4.0" | |
214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
202 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
215 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
|
203 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
216 |
|
204 | |||
217 | [[package]] |
|
205 | [[package]] | |
218 | name = "core-foundation-sys" |
|
206 | name = "core-foundation-sys" | |
219 | version = "0.8.3" |
|
207 | version = "0.8.3" | |
220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
208 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
221 | checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" |
|
209 | checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" | |
222 |
|
210 | |||
223 | [[package]] |
|
211 | [[package]] | |
224 | name = "cpufeatures" |
|
212 | name = "cpufeatures" | |
225 | version = "0.2.5" |
|
213 | version = "0.2.5" | |
226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
214 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
227 | checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" |
|
215 | checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" | |
228 | dependencies = [ |
|
216 | dependencies = [ | |
229 | "libc", |
|
217 | "libc", | |
230 | ] |
|
218 | ] | |
231 |
|
219 | |||
232 | [[package]] |
|
220 | [[package]] | |
233 | name = "cpython" |
|
221 | name = "cpython" | |
234 | version = "0.7.1" |
|
222 | version = "0.7.1" | |
235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
223 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
236 | checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e" |
|
224 | checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e" | |
237 | dependencies = [ |
|
225 | dependencies = [ | |
238 | "libc", |
|
226 | "libc", | |
239 | "num-traits", |
|
227 | "num-traits", | |
240 | "paste", |
|
228 | "paste", | |
241 | "python3-sys", |
|
229 | "python3-sys", | |
242 | ] |
|
230 | ] | |
243 |
|
231 | |||
244 | [[package]] |
|
232 | [[package]] | |
245 | name = "crc32fast" |
|
233 | name = "crc32fast" | |
246 | version = "1.3.2" |
|
234 | version = "1.3.2" | |
247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
235 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
248 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
236 | checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" | |
249 | dependencies = [ |
|
237 | dependencies = [ | |
250 | "cfg-if", |
|
238 | "cfg-if", | |
251 | ] |
|
239 | ] | |
252 |
|
240 | |||
253 | [[package]] |
|
241 | [[package]] | |
254 | name = "crossbeam-channel" |
|
242 | name = "crossbeam-channel" | |
255 | version = "0.5.6" |
|
243 | version = "0.5.6" | |
256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
244 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
257 | checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" |
|
245 | checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" | |
258 | dependencies = [ |
|
246 | dependencies = [ | |
259 | "cfg-if", |
|
247 | "cfg-if", | |
260 | "crossbeam-utils", |
|
248 | "crossbeam-utils", | |
261 | ] |
|
249 | ] | |
262 |
|
250 | |||
263 | [[package]] |
|
251 | [[package]] | |
264 | name = "crossbeam-deque" |
|
252 | name = "crossbeam-deque" | |
265 | version = "0.8.2" |
|
253 | version = "0.8.2" | |
266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
254 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
267 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" |
|
255 | checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" | |
268 | dependencies = [ |
|
256 | dependencies = [ | |
269 | "cfg-if", |
|
257 | "cfg-if", | |
270 | "crossbeam-epoch", |
|
258 | "crossbeam-epoch", | |
271 | "crossbeam-utils", |
|
259 | "crossbeam-utils", | |
272 | ] |
|
260 | ] | |
273 |
|
261 | |||
274 | [[package]] |
|
262 | [[package]] | |
275 | name = "crossbeam-epoch" |
|
263 | name = "crossbeam-epoch" | |
276 | version = "0.9.11" |
|
264 | version = "0.9.11" | |
277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
265 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
278 | checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" |
|
266 | checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348" | |
279 | dependencies = [ |
|
267 | dependencies = [ | |
280 | "autocfg", |
|
268 | "autocfg", | |
281 | "cfg-if", |
|
269 | "cfg-if", | |
282 | "crossbeam-utils", |
|
270 | "crossbeam-utils", | |
283 | "memoffset", |
|
271 | "memoffset", | |
284 | "scopeguard", |
|
272 | "scopeguard", | |
285 | ] |
|
273 | ] | |
286 |
|
274 | |||
287 | [[package]] |
|
275 | [[package]] | |
288 | name = "crossbeam-utils" |
|
276 | name = "crossbeam-utils" | |
289 | version = "0.8.12" |
|
277 | version = "0.8.12" | |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
278 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
291 | checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" |
|
279 | checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" | |
292 | dependencies = [ |
|
280 | dependencies = [ | |
293 | "cfg-if", |
|
281 | "cfg-if", | |
294 | ] |
|
282 | ] | |
295 |
|
283 | |||
296 | [[package]] |
|
284 | [[package]] | |
297 | name = "crypto-common" |
|
285 | name = "crypto-common" | |
298 | version = "0.1.6" |
|
286 | version = "0.1.6" | |
299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
287 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
300 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
288 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | |
301 | dependencies = [ |
|
289 | dependencies = [ | |
302 | "generic-array", |
|
290 | "generic-array", | |
303 | "typenum", |
|
291 | "typenum", | |
304 | ] |
|
292 | ] | |
305 |
|
293 | |||
306 | [[package]] |
|
294 | [[package]] | |
307 | name = "ctor" |
|
295 | name = "ctor" | |
308 | version = "0.1.26" |
|
296 | version = "0.1.26" | |
309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
297 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
310 | checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
|
298 | checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" | |
311 | dependencies = [ |
|
299 | dependencies = [ | |
312 | "quote", |
|
300 | "quote", | |
313 | "syn", |
|
301 | "syn", | |
314 | ] |
|
302 | ] | |
315 |
|
303 | |||
316 | [[package]] |
|
304 | [[package]] | |
317 | name = "cxx" |
|
305 | name = "cxx" | |
318 | version = "1.0.81" |
|
306 | version = "1.0.81" | |
319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
320 | checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888" |
|
308 | checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888" | |
321 | dependencies = [ |
|
309 | dependencies = [ | |
322 | "cc", |
|
310 | "cc", | |
323 | "cxxbridge-flags", |
|
311 | "cxxbridge-flags", | |
324 | "cxxbridge-macro", |
|
312 | "cxxbridge-macro", | |
325 | "link-cplusplus", |
|
313 | "link-cplusplus", | |
326 | ] |
|
314 | ] | |
327 |
|
315 | |||
328 | [[package]] |
|
316 | [[package]] | |
329 | name = "cxx-build" |
|
317 | name = "cxx-build" | |
330 | version = "1.0.81" |
|
318 | version = "1.0.81" | |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
319 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
332 | checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3" |
|
320 | checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3" | |
333 | dependencies = [ |
|
321 | dependencies = [ | |
334 | "cc", |
|
322 | "cc", | |
335 | "codespan-reporting", |
|
323 | "codespan-reporting", | |
336 | "once_cell", |
|
324 | "once_cell", | |
337 | "proc-macro2", |
|
325 | "proc-macro2", | |
338 | "quote", |
|
326 | "quote", | |
339 | "scratch", |
|
327 | "scratch", | |
340 | "syn", |
|
328 | "syn", | |
341 | ] |
|
329 | ] | |
342 |
|
330 | |||
343 | [[package]] |
|
331 | [[package]] | |
344 | name = "cxxbridge-flags" |
|
332 | name = "cxxbridge-flags" | |
345 | version = "1.0.81" |
|
333 | version = "1.0.81" | |
346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
334 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
347 | checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f" |
|
335 | checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f" | |
348 |
|
336 | |||
349 | [[package]] |
|
337 | [[package]] | |
350 | name = "cxxbridge-macro" |
|
338 | name = "cxxbridge-macro" | |
351 | version = "1.0.81" |
|
339 | version = "1.0.81" | |
352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
340 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
353 | checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704" |
|
341 | checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704" | |
354 | dependencies = [ |
|
342 | dependencies = [ | |
355 | "proc-macro2", |
|
343 | "proc-macro2", | |
356 | "quote", |
|
344 | "quote", | |
357 | "syn", |
|
345 | "syn", | |
358 | ] |
|
346 | ] | |
359 |
|
347 | |||
360 | [[package]] |
|
348 | [[package]] | |
361 | name = "derive_more" |
|
349 | name = "derive_more" | |
362 | version = "0.99.17" |
|
350 | version = "0.99.17" | |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
364 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
|
352 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | |
365 | dependencies = [ |
|
353 | dependencies = [ | |
366 | "convert_case", |
|
354 | "convert_case", | |
367 | "proc-macro2", |
|
355 | "proc-macro2", | |
368 | "quote", |
|
356 | "quote", | |
369 | "rustc_version", |
|
357 | "rustc_version", | |
370 | "syn", |
|
358 | "syn", | |
371 | ] |
|
359 | ] | |
372 |
|
360 | |||
373 | [[package]] |
|
361 | [[package]] | |
374 | name = "diff" |
|
362 | name = "diff" | |
375 | version = "0.1.13" |
|
363 | version = "0.1.13" | |
376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
364 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
377 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
|
365 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" | |
378 |
|
366 | |||
379 | [[package]] |
|
367 | [[package]] | |
380 | name = "digest" |
|
368 | name = "digest" | |
381 | version = "0.9.0" |
|
369 | version = "0.9.0" | |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
370 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
383 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
371 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | |
384 | dependencies = [ |
|
372 | dependencies = [ | |
385 | "generic-array", |
|
373 | "generic-array", | |
386 | ] |
|
374 | ] | |
387 |
|
375 | |||
388 | [[package]] |
|
376 | [[package]] | |
389 | name = "digest" |
|
377 | name = "digest" | |
390 | version = "0.10.5" |
|
378 | version = "0.10.5" | |
391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
379 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
392 | checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" |
|
380 | checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" | |
393 | dependencies = [ |
|
381 | dependencies = [ | |
394 | "block-buffer 0.10.3", |
|
382 | "block-buffer 0.10.3", | |
395 | "crypto-common", |
|
383 | "crypto-common", | |
396 | ] |
|
384 | ] | |
397 |
|
385 | |||
398 | [[package]] |
|
386 | [[package]] | |
399 | name = "either" |
|
387 | name = "either" | |
400 | version = "1.8.0" |
|
388 | version = "1.8.0" | |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
402 | checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" |
|
390 | checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" | |
403 |
|
391 | |||
404 | [[package]] |
|
392 | [[package]] | |
405 | name = "env_logger" |
|
393 | name = "env_logger" | |
406 | version = "0.9.3" |
|
394 | version = "0.9.3" | |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
395 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
408 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
|
396 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" | |
409 | dependencies = [ |
|
397 | dependencies = [ | |
410 | "atty", |
|
398 | "atty", | |
411 | "humantime", |
|
399 | "humantime", | |
412 | "log", |
|
400 | "log", | |
413 | "regex", |
|
401 | "regex", | |
414 | "termcolor", |
|
402 | "termcolor", | |
415 | ] |
|
403 | ] | |
416 |
|
404 | |||
417 | [[package]] |
|
405 | [[package]] | |
418 | name = "fastrand" |
|
406 | name = "fastrand" | |
419 | version = "1.8.0" |
|
407 | version = "1.8.0" | |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
408 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
421 | checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" |
|
409 | checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" | |
422 | dependencies = [ |
|
410 | dependencies = [ | |
423 | "instant", |
|
411 | "instant", | |
424 | ] |
|
412 | ] | |
425 |
|
413 | |||
426 | [[package]] |
|
414 | [[package]] | |
427 | name = "flate2" |
|
415 | name = "flate2" | |
428 | version = "1.0.24" |
|
416 | version = "1.0.24" | |
429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
430 | checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" |
|
418 | checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" | |
431 | dependencies = [ |
|
419 | dependencies = [ | |
432 | "crc32fast", |
|
420 | "crc32fast", | |
433 | "libz-sys", |
|
421 | "libz-sys", | |
434 | "miniz_oxide", |
|
422 | "miniz_oxide", | |
435 | ] |
|
423 | ] | |
436 |
|
424 | |||
437 | [[package]] |
|
425 | [[package]] | |
438 | name = "format-bytes" |
|
426 | name = "format-bytes" | |
439 | version = "0.3.0" |
|
427 | version = "0.3.0" | |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
428 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
441 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" |
|
429 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" | |
442 | dependencies = [ |
|
430 | dependencies = [ | |
443 | "format-bytes-macros", |
|
431 | "format-bytes-macros", | |
444 | ] |
|
432 | ] | |
445 |
|
433 | |||
446 | [[package]] |
|
434 | [[package]] | |
447 | name = "format-bytes-macros" |
|
435 | name = "format-bytes-macros" | |
448 | version = "0.4.0" |
|
436 | version = "0.4.0" | |
449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
437 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
450 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" |
|
438 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" | |
451 | dependencies = [ |
|
439 | dependencies = [ | |
452 | "proc-macro2", |
|
440 | "proc-macro2", | |
453 | "quote", |
|
441 | "quote", | |
454 | "syn", |
|
442 | "syn", | |
455 | ] |
|
443 | ] | |
456 |
|
444 | |||
457 | [[package]] |
|
445 | [[package]] | |
458 | name = "generic-array" |
|
446 | name = "generic-array" | |
459 | version = "0.14.6" |
|
447 | version = "0.14.6" | |
460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
448 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
461 | checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" |
|
449 | checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" | |
462 | dependencies = [ |
|
450 | dependencies = [ | |
463 | "typenum", |
|
451 | "typenum", | |
464 | "version_check", |
|
452 | "version_check", | |
465 | ] |
|
453 | ] | |
466 |
|
454 | |||
467 | [[package]] |
|
455 | [[package]] | |
468 | name = "getrandom" |
|
456 | name = "getrandom" | |
469 | version = "0.1.16" |
|
457 | version = "0.1.16" | |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
458 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
471 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
459 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" | |
472 | dependencies = [ |
|
460 | dependencies = [ | |
473 | "cfg-if", |
|
461 | "cfg-if", | |
474 | "libc", |
|
462 | "libc", | |
475 | "wasi 0.9.0+wasi-snapshot-preview1", |
|
463 | "wasi 0.9.0+wasi-snapshot-preview1", | |
476 | ] |
|
464 | ] | |
477 |
|
465 | |||
478 | [[package]] |
|
466 | [[package]] | |
479 | name = "getrandom" |
|
467 | name = "getrandom" | |
480 | version = "0.2.8" |
|
468 | version = "0.2.8" | |
481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
469 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
482 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
|
470 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" | |
483 | dependencies = [ |
|
471 | dependencies = [ | |
484 | "cfg-if", |
|
472 | "cfg-if", | |
485 | "libc", |
|
473 | "libc", | |
486 | "wasi 0.11.0+wasi-snapshot-preview1", |
|
474 | "wasi 0.11.0+wasi-snapshot-preview1", | |
487 | ] |
|
475 | ] | |
488 |
|
476 | |||
489 | [[package]] |
|
477 | [[package]] | |
490 | name = "hashbrown" |
|
478 | name = "hashbrown" | |
491 | version = "0.13.1" |
|
479 | version = "0.13.1" | |
492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
493 | checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" |
|
481 | checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" | |
494 | dependencies = [ |
|
482 | dependencies = [ | |
495 | "ahash", |
|
483 | "ahash", | |
496 | "rayon", |
|
484 | "rayon", | |
497 | ] |
|
485 | ] | |
498 |
|
486 | |||
499 | [[package]] |
|
487 | [[package]] | |
500 | name = "heck" |
|
488 | name = "heck" | |
501 | version = "0.4.0" |
|
489 | version = "0.4.0" | |
502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
503 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
|
491 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" | |
504 |
|
492 | |||
505 | [[package]] |
|
493 | [[package]] | |
506 | name = "hermit-abi" |
|
494 | name = "hermit-abi" | |
507 | version = "0.1.19" |
|
495 | version = "0.1.19" | |
508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
496 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
509 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
497 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | |
510 | dependencies = [ |
|
498 | dependencies = [ | |
511 | "libc", |
|
499 | "libc", | |
512 | ] |
|
500 | ] | |
513 |
|
501 | |||
514 | [[package]] |
|
502 | [[package]] | |
515 | name = "hex" |
|
503 | name = "hex" | |
516 | version = "0.4.3" |
|
504 | version = "0.4.3" | |
517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
505 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
518 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
506 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | |
519 |
|
507 | |||
520 | [[package]] |
|
508 | [[package]] | |
521 | name = "hg-core" |
|
509 | name = "hg-core" | |
522 | version = "0.1.0" |
|
510 | version = "0.1.0" | |
523 | dependencies = [ |
|
511 | dependencies = [ | |
524 | "bitflags", |
|
512 | "bitflags", | |
525 | "byteorder", |
|
513 | "byteorder", | |
526 | "bytes-cast", |
|
514 | "bytes-cast", | |
527 | "clap", |
|
515 | "clap", | |
528 | "crossbeam-channel", |
|
516 | "crossbeam-channel", | |
529 | "derive_more", |
|
517 | "derive_more", | |
530 | "flate2", |
|
518 | "flate2", | |
531 | "format-bytes", |
|
519 | "format-bytes", | |
532 | "hashbrown", |
|
520 | "hashbrown", | |
533 | "home", |
|
521 | "home", | |
534 | "im-rc", |
|
522 | "im-rc", | |
535 | "itertools", |
|
523 | "itertools", | |
536 | "lazy_static", |
|
524 | "lazy_static", | |
537 | "libc", |
|
525 | "libc", | |
538 | "log", |
|
526 | "log", | |
539 | "logging_timer", |
|
527 | "logging_timer", | |
540 | "memmap2", |
|
528 | "memmap2", | |
541 | "once_cell", |
|
529 | "once_cell", | |
542 | "ouroboros", |
|
|||
543 | "pretty_assertions", |
|
530 | "pretty_assertions", | |
544 | "rand 0.8.5", |
|
531 | "rand 0.8.5", | |
545 | "rand_distr", |
|
532 | "rand_distr", | |
546 | "rand_pcg", |
|
533 | "rand_pcg", | |
547 | "rayon", |
|
534 | "rayon", | |
548 | "regex", |
|
535 | "regex", | |
549 | "same-file", |
|
536 | "same-file", | |
|
537 | "self_cell", | |||
550 | "sha-1 0.10.0", |
|
538 | "sha-1 0.10.0", | |
551 | "tempfile", |
|
539 | "tempfile", | |
552 | "thread_local", |
|
540 | "thread_local", | |
553 | "twox-hash", |
|
541 | "twox-hash", | |
554 | "zstd", |
|
542 | "zstd", | |
555 | ] |
|
543 | ] | |
556 |
|
544 | |||
557 | [[package]] |
|
545 | [[package]] | |
558 | name = "hg-cpython" |
|
546 | name = "hg-cpython" | |
559 | version = "0.1.0" |
|
547 | version = "0.1.0" | |
560 | dependencies = [ |
|
548 | dependencies = [ | |
561 | "cpython", |
|
549 | "cpython", | |
562 | "crossbeam-channel", |
|
550 | "crossbeam-channel", | |
563 | "env_logger", |
|
551 | "env_logger", | |
564 | "hg-core", |
|
552 | "hg-core", | |
565 | "libc", |
|
553 | "libc", | |
566 | "log", |
|
554 | "log", | |
567 | "stable_deref_trait", |
|
555 | "stable_deref_trait", | |
568 | "vcsgraph", |
|
556 | "vcsgraph", | |
569 | ] |
|
557 | ] | |
570 |
|
558 | |||
571 | [[package]] |
|
559 | [[package]] | |
572 | name = "home" |
|
560 | name = "home" | |
573 | version = "0.5.4" |
|
561 | version = "0.5.4" | |
574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
575 | checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" |
|
563 | checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" | |
576 | dependencies = [ |
|
564 | dependencies = [ | |
577 | "winapi", |
|
565 | "winapi", | |
578 | ] |
|
566 | ] | |
579 |
|
567 | |||
580 | [[package]] |
|
568 | [[package]] | |
581 | name = "humantime" |
|
569 | name = "humantime" | |
582 | version = "2.1.0" |
|
570 | version = "2.1.0" | |
583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
571 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
584 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
572 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
585 |
|
573 | |||
586 | [[package]] |
|
574 | [[package]] | |
587 | name = "iana-time-zone" |
|
575 | name = "iana-time-zone" | |
588 | version = "0.1.53" |
|
576 | version = "0.1.53" | |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
590 | checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" |
|
578 | checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" | |
591 | dependencies = [ |
|
579 | dependencies = [ | |
592 | "android_system_properties", |
|
580 | "android_system_properties", | |
593 | "core-foundation-sys", |
|
581 | "core-foundation-sys", | |
594 | "iana-time-zone-haiku", |
|
582 | "iana-time-zone-haiku", | |
595 | "js-sys", |
|
583 | "js-sys", | |
596 | "wasm-bindgen", |
|
584 | "wasm-bindgen", | |
597 | "winapi", |
|
585 | "winapi", | |
598 | ] |
|
586 | ] | |
599 |
|
587 | |||
600 | [[package]] |
|
588 | [[package]] | |
601 | name = "iana-time-zone-haiku" |
|
589 | name = "iana-time-zone-haiku" | |
602 | version = "0.1.1" |
|
590 | version = "0.1.1" | |
603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
591 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
604 | checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" |
|
592 | checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" | |
605 | dependencies = [ |
|
593 | dependencies = [ | |
606 | "cxx", |
|
594 | "cxx", | |
607 | "cxx-build", |
|
595 | "cxx-build", | |
608 | ] |
|
596 | ] | |
609 |
|
597 | |||
610 | [[package]] |
|
598 | [[package]] | |
611 | name = "im-rc" |
|
599 | name = "im-rc" | |
612 | version = "15.1.0" |
|
600 | version = "15.1.0" | |
613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
601 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
614 | checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" |
|
602 | checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" | |
615 | dependencies = [ |
|
603 | dependencies = [ | |
616 | "bitmaps", |
|
604 | "bitmaps", | |
617 | "rand_core 0.6.4", |
|
605 | "rand_core 0.6.4", | |
618 | "rand_xoshiro", |
|
606 | "rand_xoshiro", | |
619 | "sized-chunks", |
|
607 | "sized-chunks", | |
620 | "typenum", |
|
608 | "typenum", | |
621 | "version_check", |
|
609 | "version_check", | |
622 | ] |
|
610 | ] | |
623 |
|
611 | |||
624 | [[package]] |
|
612 | [[package]] | |
625 | name = "instant" |
|
613 | name = "instant" | |
626 | version = "0.1.12" |
|
614 | version = "0.1.12" | |
627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
615 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
628 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
616 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | |
629 | dependencies = [ |
|
617 | dependencies = [ | |
630 | "cfg-if", |
|
618 | "cfg-if", | |
631 | ] |
|
619 | ] | |
632 |
|
620 | |||
633 | [[package]] |
|
621 | [[package]] | |
634 | name = "itertools" |
|
622 | name = "itertools" | |
635 | version = "0.10.5" |
|
623 | version = "0.10.5" | |
636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
624 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
637 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
625 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | |
638 | dependencies = [ |
|
626 | dependencies = [ | |
639 | "either", |
|
627 | "either", | |
640 | ] |
|
628 | ] | |
641 |
|
629 | |||
642 | [[package]] |
|
630 | [[package]] | |
643 | name = "jobserver" |
|
631 | name = "jobserver" | |
644 | version = "0.1.25" |
|
632 | version = "0.1.25" | |
645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
633 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
646 | checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" |
|
634 | checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" | |
647 | dependencies = [ |
|
635 | dependencies = [ | |
648 | "libc", |
|
636 | "libc", | |
649 | ] |
|
637 | ] | |
650 |
|
638 | |||
651 | [[package]] |
|
639 | [[package]] | |
652 | name = "js-sys" |
|
640 | name = "js-sys" | |
653 | version = "0.3.60" |
|
641 | version = "0.3.60" | |
654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
642 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
655 | checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" |
|
643 | checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" | |
656 | dependencies = [ |
|
644 | dependencies = [ | |
657 | "wasm-bindgen", |
|
645 | "wasm-bindgen", | |
658 | ] |
|
646 | ] | |
659 |
|
647 | |||
660 | [[package]] |
|
648 | [[package]] | |
661 | name = "lazy_static" |
|
649 | name = "lazy_static" | |
662 | version = "1.4.0" |
|
650 | version = "1.4.0" | |
663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
651 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
664 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
652 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
665 |
|
653 | |||
666 | [[package]] |
|
654 | [[package]] | |
667 | name = "libc" |
|
655 | name = "libc" | |
668 | version = "0.2.137" |
|
656 | version = "0.2.137" | |
669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
657 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
670 | checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" |
|
658 | checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" | |
671 |
|
659 | |||
672 | [[package]] |
|
660 | [[package]] | |
673 | name = "libm" |
|
661 | name = "libm" | |
674 | version = "0.2.6" |
|
662 | version = "0.2.6" | |
675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
663 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
676 | checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" |
|
664 | checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" | |
677 |
|
665 | |||
678 | [[package]] |
|
666 | [[package]] | |
679 | name = "libz-sys" |
|
667 | name = "libz-sys" | |
680 | version = "1.1.8" |
|
668 | version = "1.1.8" | |
681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
669 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
682 | checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" |
|
670 | checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" | |
683 | dependencies = [ |
|
671 | dependencies = [ | |
684 | "cc", |
|
672 | "cc", | |
685 | "pkg-config", |
|
673 | "pkg-config", | |
686 | "vcpkg", |
|
674 | "vcpkg", | |
687 | ] |
|
675 | ] | |
688 |
|
676 | |||
689 | [[package]] |
|
677 | [[package]] | |
690 | name = "link-cplusplus" |
|
678 | name = "link-cplusplus" | |
691 | version = "1.0.7" |
|
679 | version = "1.0.7" | |
692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
680 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
693 | checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" |
|
681 | checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" | |
694 | dependencies = [ |
|
682 | dependencies = [ | |
695 | "cc", |
|
683 | "cc", | |
696 | ] |
|
684 | ] | |
697 |
|
685 | |||
698 | [[package]] |
|
686 | [[package]] | |
699 | name = "log" |
|
687 | name = "log" | |
700 | version = "0.4.17" |
|
688 | version = "0.4.17" | |
701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
689 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
702 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
690 | checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" | |
703 | dependencies = [ |
|
691 | dependencies = [ | |
704 | "cfg-if", |
|
692 | "cfg-if", | |
705 | ] |
|
693 | ] | |
706 |
|
694 | |||
707 | [[package]] |
|
695 | [[package]] | |
708 | name = "logging_timer" |
|
696 | name = "logging_timer" | |
709 | version = "1.1.0" |
|
697 | version = "1.1.0" | |
710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
698 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
711 | checksum = "64e96f261d684b7089aa576bb74e823241dccd994b27d30fabf1dcb3af284fe9" |
|
699 | checksum = "64e96f261d684b7089aa576bb74e823241dccd994b27d30fabf1dcb3af284fe9" | |
712 | dependencies = [ |
|
700 | dependencies = [ | |
713 | "log", |
|
701 | "log", | |
714 | "logging_timer_proc_macros", |
|
702 | "logging_timer_proc_macros", | |
715 | ] |
|
703 | ] | |
716 |
|
704 | |||
717 | [[package]] |
|
705 | [[package]] | |
718 | name = "logging_timer_proc_macros" |
|
706 | name = "logging_timer_proc_macros" | |
719 | version = "1.1.0" |
|
707 | version = "1.1.0" | |
720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
708 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
721 | checksum = "10a9062912d7952c5588cc474795e0b9ee008e7e6781127945b85413d4b99d81" |
|
709 | checksum = "10a9062912d7952c5588cc474795e0b9ee008e7e6781127945b85413d4b99d81" | |
722 | dependencies = [ |
|
710 | dependencies = [ | |
723 | "log", |
|
711 | "log", | |
724 | "proc-macro2", |
|
712 | "proc-macro2", | |
725 | "quote", |
|
713 | "quote", | |
726 | "syn", |
|
714 | "syn", | |
727 | ] |
|
715 | ] | |
728 |
|
716 | |||
729 | [[package]] |
|
717 | [[package]] | |
730 | name = "memchr" |
|
718 | name = "memchr" | |
731 | version = "2.5.0" |
|
719 | version = "2.5.0" | |
732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
720 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
733 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
721 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | |
734 |
|
722 | |||
735 | [[package]] |
|
723 | [[package]] | |
736 | name = "memmap2" |
|
724 | name = "memmap2" | |
737 | version = "0.5.8" |
|
725 | version = "0.5.8" | |
738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
726 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
739 | checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" |
|
727 | checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" | |
740 | dependencies = [ |
|
728 | dependencies = [ | |
741 | "libc", |
|
729 | "libc", | |
742 | "stable_deref_trait", |
|
730 | "stable_deref_trait", | |
743 | ] |
|
731 | ] | |
744 |
|
732 | |||
745 | [[package]] |
|
733 | [[package]] | |
746 | name = "memoffset" |
|
734 | name = "memoffset" | |
747 | version = "0.6.5" |
|
735 | version = "0.6.5" | |
748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
736 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
749 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
|
737 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" | |
750 | dependencies = [ |
|
738 | dependencies = [ | |
751 | "autocfg", |
|
739 | "autocfg", | |
752 | ] |
|
740 | ] | |
753 |
|
741 | |||
754 | [[package]] |
|
742 | [[package]] | |
755 | name = "miniz_oxide" |
|
743 | name = "miniz_oxide" | |
756 | version = "0.5.4" |
|
744 | version = "0.5.4" | |
757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
745 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
758 | checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" |
|
746 | checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" | |
759 | dependencies = [ |
|
747 | dependencies = [ | |
760 | "adler", |
|
748 | "adler", | |
761 | ] |
|
749 | ] | |
762 |
|
750 | |||
763 | [[package]] |
|
751 | [[package]] | |
764 | name = "num-integer" |
|
752 | name = "num-integer" | |
765 | version = "0.1.45" |
|
753 | version = "0.1.45" | |
766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
754 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
767 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
755 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
768 | dependencies = [ |
|
756 | dependencies = [ | |
769 | "autocfg", |
|
757 | "autocfg", | |
770 | "num-traits", |
|
758 | "num-traits", | |
771 | ] |
|
759 | ] | |
772 |
|
760 | |||
773 | [[package]] |
|
761 | [[package]] | |
774 | name = "num-traits" |
|
762 | name = "num-traits" | |
775 | version = "0.2.15" |
|
763 | version = "0.2.15" | |
776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
764 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
777 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
765 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" | |
778 | dependencies = [ |
|
766 | dependencies = [ | |
779 | "autocfg", |
|
767 | "autocfg", | |
780 | "libm", |
|
768 | "libm", | |
781 | ] |
|
769 | ] | |
782 |
|
770 | |||
783 | [[package]] |
|
771 | [[package]] | |
784 | name = "num_cpus" |
|
772 | name = "num_cpus" | |
785 | version = "1.14.0" |
|
773 | version = "1.14.0" | |
786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
774 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
787 | checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" |
|
775 | checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" | |
788 | dependencies = [ |
|
776 | dependencies = [ | |
789 | "hermit-abi", |
|
777 | "hermit-abi", | |
790 | "libc", |
|
778 | "libc", | |
791 | ] |
|
779 | ] | |
792 |
|
780 | |||
793 | [[package]] |
|
781 | [[package]] | |
794 | name = "once_cell" |
|
782 | name = "once_cell" | |
795 | version = "1.16.0" |
|
783 | version = "1.16.0" | |
796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
784 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
797 | checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" |
|
785 | checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" | |
798 |
|
786 | |||
799 | [[package]] |
|
787 | [[package]] | |
800 | name = "opaque-debug" |
|
788 | name = "opaque-debug" | |
801 | version = "0.3.0" |
|
789 | version = "0.3.0" | |
802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
790 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
803 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
791 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
804 |
|
792 | |||
805 | [[package]] |
|
793 | [[package]] | |
806 | name = "os_str_bytes" |
|
794 | name = "os_str_bytes" | |
807 | version = "6.4.0" |
|
795 | version = "6.4.0" | |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
796 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
809 | checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e" |
|
797 | checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e" | |
810 |
|
798 | |||
811 | [[package]] |
|
799 | [[package]] | |
812 | name = "ouroboros" |
|
|||
813 | version = "0.15.5" |
|
|||
814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
815 | checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca" |
|
|||
816 | dependencies = [ |
|
|||
817 | "aliasable", |
|
|||
818 | "ouroboros_macro", |
|
|||
819 | ] |
|
|||
820 |
|
||||
821 | [[package]] |
|
|||
822 | name = "ouroboros_macro" |
|
|||
823 | version = "0.15.5" |
|
|||
824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
825 | checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d" |
|
|||
826 | dependencies = [ |
|
|||
827 | "Inflector", |
|
|||
828 | "proc-macro-error", |
|
|||
829 | "proc-macro2", |
|
|||
830 | "quote", |
|
|||
831 | "syn", |
|
|||
832 | ] |
|
|||
833 |
|
||||
834 | [[package]] |
|
|||
835 | name = "output_vt100" |
|
800 | name = "output_vt100" | |
836 | version = "0.1.3" |
|
801 | version = "0.1.3" | |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
802 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
838 | checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" |
|
803 | checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" | |
839 | dependencies = [ |
|
804 | dependencies = [ | |
840 | "winapi", |
|
805 | "winapi", | |
841 | ] |
|
806 | ] | |
842 |
|
807 | |||
843 | [[package]] |
|
808 | [[package]] | |
844 | name = "paste" |
|
809 | name = "paste" | |
845 | version = "1.0.9" |
|
810 | version = "1.0.9" | |
846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
811 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
847 | checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" |
|
812 | checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" | |
848 |
|
813 | |||
849 | [[package]] |
|
814 | [[package]] | |
850 | name = "pkg-config" |
|
815 | name = "pkg-config" | |
851 | version = "0.3.26" |
|
816 | version = "0.3.26" | |
852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
817 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
853 | checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
|
818 | checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" | |
854 |
|
819 | |||
855 | [[package]] |
|
820 | [[package]] | |
856 | name = "ppv-lite86" |
|
821 | name = "ppv-lite86" | |
857 | version = "0.2.17" |
|
822 | version = "0.2.17" | |
858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
823 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
859 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
824 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
860 |
|
825 | |||
861 | [[package]] |
|
826 | [[package]] | |
862 | name = "pretty_assertions" |
|
827 | name = "pretty_assertions" | |
863 | version = "1.3.0" |
|
828 | version = "1.3.0" | |
864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
829 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
865 | checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" |
|
830 | checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" | |
866 | dependencies = [ |
|
831 | dependencies = [ | |
867 | "ctor", |
|
832 | "ctor", | |
868 | "diff", |
|
833 | "diff", | |
869 | "output_vt100", |
|
834 | "output_vt100", | |
870 | "yansi", |
|
835 | "yansi", | |
871 | ] |
|
836 | ] | |
872 |
|
837 | |||
873 | [[package]] |
|
838 | [[package]] | |
874 | name = "proc-macro-error" |
|
839 | name = "proc-macro-error" | |
875 | version = "1.0.4" |
|
840 | version = "1.0.4" | |
876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
841 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
877 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
842 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | |
878 | dependencies = [ |
|
843 | dependencies = [ | |
879 | "proc-macro-error-attr", |
|
844 | "proc-macro-error-attr", | |
880 | "proc-macro2", |
|
845 | "proc-macro2", | |
881 | "quote", |
|
846 | "quote", | |
882 | "syn", |
|
847 | "syn", | |
883 | "version_check", |
|
848 | "version_check", | |
884 | ] |
|
849 | ] | |
885 |
|
850 | |||
886 | [[package]] |
|
851 | [[package]] | |
887 | name = "proc-macro-error-attr" |
|
852 | name = "proc-macro-error-attr" | |
888 | version = "1.0.4" |
|
853 | version = "1.0.4" | |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
854 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
890 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
855 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | |
891 | dependencies = [ |
|
856 | dependencies = [ | |
892 | "proc-macro2", |
|
857 | "proc-macro2", | |
893 | "quote", |
|
858 | "quote", | |
894 | "version_check", |
|
859 | "version_check", | |
895 | ] |
|
860 | ] | |
896 |
|
861 | |||
897 | [[package]] |
|
862 | [[package]] | |
898 | name = "proc-macro2" |
|
863 | name = "proc-macro2" | |
899 | version = "1.0.47" |
|
864 | version = "1.0.47" | |
900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
865 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
901 | checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" |
|
866 | checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" | |
902 | dependencies = [ |
|
867 | dependencies = [ | |
903 | "unicode-ident", |
|
868 | "unicode-ident", | |
904 | ] |
|
869 | ] | |
905 |
|
870 | |||
906 | [[package]] |
|
871 | [[package]] | |
907 | name = "python3-sys" |
|
872 | name = "python3-sys" | |
908 | version = "0.7.1" |
|
873 | version = "0.7.1" | |
909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
874 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
910 | checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52" |
|
875 | checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52" | |
911 | dependencies = [ |
|
876 | dependencies = [ | |
912 | "libc", |
|
877 | "libc", | |
913 | "regex", |
|
878 | "regex", | |
914 | ] |
|
879 | ] | |
915 |
|
880 | |||
916 | [[package]] |
|
881 | [[package]] | |
917 | name = "quote" |
|
882 | name = "quote" | |
918 | version = "1.0.21" |
|
883 | version = "1.0.21" | |
919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
884 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
920 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" |
|
885 | checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" | |
921 | dependencies = [ |
|
886 | dependencies = [ | |
922 | "proc-macro2", |
|
887 | "proc-macro2", | |
923 | ] |
|
888 | ] | |
924 |
|
889 | |||
925 | [[package]] |
|
890 | [[package]] | |
926 | name = "rand" |
|
891 | name = "rand" | |
927 | version = "0.7.3" |
|
892 | version = "0.7.3" | |
928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
893 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
929 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
894 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
930 | dependencies = [ |
|
895 | dependencies = [ | |
931 | "getrandom 0.1.16", |
|
896 | "getrandom 0.1.16", | |
932 | "libc", |
|
897 | "libc", | |
933 | "rand_chacha 0.2.2", |
|
898 | "rand_chacha 0.2.2", | |
934 | "rand_core 0.5.1", |
|
899 | "rand_core 0.5.1", | |
935 | "rand_hc", |
|
900 | "rand_hc", | |
936 | ] |
|
901 | ] | |
937 |
|
902 | |||
938 | [[package]] |
|
903 | [[package]] | |
939 | name = "rand" |
|
904 | name = "rand" | |
940 | version = "0.8.5" |
|
905 | version = "0.8.5" | |
941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
906 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
942 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
907 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
943 | dependencies = [ |
|
908 | dependencies = [ | |
944 | "libc", |
|
909 | "libc", | |
945 | "rand_chacha 0.3.1", |
|
910 | "rand_chacha 0.3.1", | |
946 | "rand_core 0.6.4", |
|
911 | "rand_core 0.6.4", | |
947 | ] |
|
912 | ] | |
948 |
|
913 | |||
949 | [[package]] |
|
914 | [[package]] | |
950 | name = "rand_chacha" |
|
915 | name = "rand_chacha" | |
951 | version = "0.2.2" |
|
916 | version = "0.2.2" | |
952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
917 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
953 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
918 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
954 | dependencies = [ |
|
919 | dependencies = [ | |
955 | "ppv-lite86", |
|
920 | "ppv-lite86", | |
956 | "rand_core 0.5.1", |
|
921 | "rand_core 0.5.1", | |
957 | ] |
|
922 | ] | |
958 |
|
923 | |||
959 | [[package]] |
|
924 | [[package]] | |
960 | name = "rand_chacha" |
|
925 | name = "rand_chacha" | |
961 | version = "0.3.1" |
|
926 | version = "0.3.1" | |
962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
927 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
963 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
928 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
964 | dependencies = [ |
|
929 | dependencies = [ | |
965 | "ppv-lite86", |
|
930 | "ppv-lite86", | |
966 | "rand_core 0.6.4", |
|
931 | "rand_core 0.6.4", | |
967 | ] |
|
932 | ] | |
968 |
|
933 | |||
969 | [[package]] |
|
934 | [[package]] | |
970 | name = "rand_core" |
|
935 | name = "rand_core" | |
971 | version = "0.5.1" |
|
936 | version = "0.5.1" | |
972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
937 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
973 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
938 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
974 | dependencies = [ |
|
939 | dependencies = [ | |
975 | "getrandom 0.1.16", |
|
940 | "getrandom 0.1.16", | |
976 | ] |
|
941 | ] | |
977 |
|
942 | |||
978 | [[package]] |
|
943 | [[package]] | |
979 | name = "rand_core" |
|
944 | name = "rand_core" | |
980 | version = "0.6.4" |
|
945 | version = "0.6.4" | |
981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
946 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
982 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
947 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
983 | dependencies = [ |
|
948 | dependencies = [ | |
984 | "getrandom 0.2.8", |
|
949 | "getrandom 0.2.8", | |
985 | ] |
|
950 | ] | |
986 |
|
951 | |||
987 | [[package]] |
|
952 | [[package]] | |
988 | name = "rand_distr" |
|
953 | name = "rand_distr" | |
989 | version = "0.4.3" |
|
954 | version = "0.4.3" | |
990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
955 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
991 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
|
956 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | |
992 | dependencies = [ |
|
957 | dependencies = [ | |
993 | "num-traits", |
|
958 | "num-traits", | |
994 | "rand 0.8.5", |
|
959 | "rand 0.8.5", | |
995 | ] |
|
960 | ] | |
996 |
|
961 | |||
997 | [[package]] |
|
962 | [[package]] | |
998 | name = "rand_hc" |
|
963 | name = "rand_hc" | |
999 | version = "0.2.0" |
|
964 | version = "0.2.0" | |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
965 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1001 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
966 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
1002 | dependencies = [ |
|
967 | dependencies = [ | |
1003 | "rand_core 0.5.1", |
|
968 | "rand_core 0.5.1", | |
1004 | ] |
|
969 | ] | |
1005 |
|
970 | |||
1006 | [[package]] |
|
971 | [[package]] | |
1007 | name = "rand_pcg" |
|
972 | name = "rand_pcg" | |
1008 | version = "0.3.1" |
|
973 | version = "0.3.1" | |
1009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
974 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1010 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
|
975 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" | |
1011 | dependencies = [ |
|
976 | dependencies = [ | |
1012 | "rand_core 0.6.4", |
|
977 | "rand_core 0.6.4", | |
1013 | ] |
|
978 | ] | |
1014 |
|
979 | |||
1015 | [[package]] |
|
980 | [[package]] | |
1016 | name = "rand_xoshiro" |
|
981 | name = "rand_xoshiro" | |
1017 | version = "0.6.0" |
|
982 | version = "0.6.0" | |
1018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
983 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1019 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
|
984 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" | |
1020 | dependencies = [ |
|
985 | dependencies = [ | |
1021 | "rand_core 0.6.4", |
|
986 | "rand_core 0.6.4", | |
1022 | ] |
|
987 | ] | |
1023 |
|
988 | |||
1024 | [[package]] |
|
989 | [[package]] | |
1025 | name = "rayon" |
|
990 | name = "rayon" | |
1026 | version = "1.7.0" |
|
991 | version = "1.7.0" | |
1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
992 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1028 | checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
|
993 | checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" | |
1029 | dependencies = [ |
|
994 | dependencies = [ | |
1030 | "either", |
|
995 | "either", | |
1031 | "rayon-core", |
|
996 | "rayon-core", | |
1032 | ] |
|
997 | ] | |
1033 |
|
998 | |||
1034 | [[package]] |
|
999 | [[package]] | |
1035 | name = "rayon-core" |
|
1000 | name = "rayon-core" | |
1036 | version = "1.11.0" |
|
1001 | version = "1.11.0" | |
1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1002 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1038 | checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
|
1003 | checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" | |
1039 | dependencies = [ |
|
1004 | dependencies = [ | |
1040 | "crossbeam-channel", |
|
1005 | "crossbeam-channel", | |
1041 | "crossbeam-deque", |
|
1006 | "crossbeam-deque", | |
1042 | "crossbeam-utils", |
|
1007 | "crossbeam-utils", | |
1043 | "num_cpus", |
|
1008 | "num_cpus", | |
1044 | ] |
|
1009 | ] | |
1045 |
|
1010 | |||
1046 | [[package]] |
|
1011 | [[package]] | |
1047 | name = "redox_syscall" |
|
1012 | name = "redox_syscall" | |
1048 | version = "0.2.16" |
|
1013 | version = "0.2.16" | |
1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1014 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1050 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
1015 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" | |
1051 | dependencies = [ |
|
1016 | dependencies = [ | |
1052 | "bitflags", |
|
1017 | "bitflags", | |
1053 | ] |
|
1018 | ] | |
1054 |
|
1019 | |||
1055 | [[package]] |
|
1020 | [[package]] | |
1056 | name = "regex" |
|
1021 | name = "regex" | |
1057 | version = "1.7.0" |
|
1022 | version = "1.7.0" | |
1058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1023 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1059 | checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" |
|
1024 | checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" | |
1060 | dependencies = [ |
|
1025 | dependencies = [ | |
1061 | "aho-corasick", |
|
1026 | "aho-corasick", | |
1062 | "memchr", |
|
1027 | "memchr", | |
1063 | "regex-syntax", |
|
1028 | "regex-syntax", | |
1064 | ] |
|
1029 | ] | |
1065 |
|
1030 | |||
1066 | [[package]] |
|
1031 | [[package]] | |
1067 | name = "regex-syntax" |
|
1032 | name = "regex-syntax" | |
1068 | version = "0.6.28" |
|
1033 | version = "0.6.28" | |
1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1034 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1070 | checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" |
|
1035 | checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" | |
1071 |
|
1036 | |||
1072 | [[package]] |
|
1037 | [[package]] | |
1073 | name = "remove_dir_all" |
|
1038 | name = "remove_dir_all" | |
1074 | version = "0.5.3" |
|
1039 | version = "0.5.3" | |
1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1040 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1076 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
1041 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
1077 | dependencies = [ |
|
1042 | dependencies = [ | |
1078 | "winapi", |
|
1043 | "winapi", | |
1079 | ] |
|
1044 | ] | |
1080 |
|
1045 | |||
1081 | [[package]] |
|
1046 | [[package]] | |
1082 | name = "rhg" |
|
1047 | name = "rhg" | |
1083 | version = "0.1.0" |
|
1048 | version = "0.1.0" | |
1084 | dependencies = [ |
|
1049 | dependencies = [ | |
1085 | "atty", |
|
1050 | "atty", | |
1086 | "chrono", |
|
1051 | "chrono", | |
1087 | "clap", |
|
1052 | "clap", | |
1088 | "derive_more", |
|
1053 | "derive_more", | |
1089 | "env_logger", |
|
1054 | "env_logger", | |
1090 | "format-bytes", |
|
1055 | "format-bytes", | |
1091 | "hg-core", |
|
1056 | "hg-core", | |
1092 | "home", |
|
1057 | "home", | |
1093 | "lazy_static", |
|
1058 | "lazy_static", | |
1094 | "log", |
|
1059 | "log", | |
1095 | "logging_timer", |
|
1060 | "logging_timer", | |
1096 | "rayon", |
|
1061 | "rayon", | |
1097 | "regex", |
|
1062 | "regex", | |
1098 | "users", |
|
1063 | "users", | |
1099 | "which", |
|
1064 | "which", | |
1100 | ] |
|
1065 | ] | |
1101 |
|
1066 | |||
1102 | [[package]] |
|
1067 | [[package]] | |
1103 | name = "rustc_version" |
|
1068 | name = "rustc_version" | |
1104 | version = "0.4.0" |
|
1069 | version = "0.4.0" | |
1105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1070 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1106 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
1071 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | |
1107 | dependencies = [ |
|
1072 | dependencies = [ | |
1108 | "semver", |
|
1073 | "semver", | |
1109 | ] |
|
1074 | ] | |
1110 |
|
1075 | |||
1111 | [[package]] |
|
1076 | [[package]] | |
1112 | name = "same-file" |
|
1077 | name = "same-file" | |
1113 | version = "1.0.6" |
|
1078 | version = "1.0.6" | |
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1115 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
1080 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
1116 | dependencies = [ |
|
1081 | dependencies = [ | |
1117 | "winapi-util", |
|
1082 | "winapi-util", | |
1118 | ] |
|
1083 | ] | |
1119 |
|
1084 | |||
1120 | [[package]] |
|
1085 | [[package]] | |
1121 | name = "scopeguard" |
|
1086 | name = "scopeguard" | |
1122 | version = "1.1.0" |
|
1087 | version = "1.1.0" | |
1123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1088 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1124 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
1089 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
1125 |
|
1090 | |||
1126 | [[package]] |
|
1091 | [[package]] | |
1127 | name = "scratch" |
|
1092 | name = "scratch" | |
1128 | version = "1.0.2" |
|
1093 | version = "1.0.2" | |
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1094 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1130 | checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" |
|
1095 | checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" | |
1131 |
|
1096 | |||
1132 | [[package]] |
|
1097 | [[package]] | |
|
1098 | name = "self_cell" | |||
|
1099 | version = "1.0.0" | |||
|
1100 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
1101 | checksum = "4a3926e239738d36060909ffe6f511502f92149a45a1fade7fe031cb2d33e88b" | |||
|
1102 | ||||
|
1103 | [[package]] | |||
1133 | name = "semver" |
|
1104 | name = "semver" | |
1134 | version = "1.0.14" |
|
1105 | version = "1.0.14" | |
1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1106 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1136 | checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" |
|
1107 | checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" | |
1137 |
|
1108 | |||
1138 | [[package]] |
|
1109 | [[package]] | |
1139 | name = "sha-1" |
|
1110 | name = "sha-1" | |
1140 | version = "0.9.8" |
|
1111 | version = "0.9.8" | |
1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1112 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1142 | checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" |
|
1113 | checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" | |
1143 | dependencies = [ |
|
1114 | dependencies = [ | |
1144 | "block-buffer 0.9.0", |
|
1115 | "block-buffer 0.9.0", | |
1145 | "cfg-if", |
|
1116 | "cfg-if", | |
1146 | "cpufeatures", |
|
1117 | "cpufeatures", | |
1147 | "digest 0.9.0", |
|
1118 | "digest 0.9.0", | |
1148 | "opaque-debug", |
|
1119 | "opaque-debug", | |
1149 | ] |
|
1120 | ] | |
1150 |
|
1121 | |||
1151 | [[package]] |
|
1122 | [[package]] | |
1152 | name = "sha-1" |
|
1123 | name = "sha-1" | |
1153 | version = "0.10.0" |
|
1124 | version = "0.10.0" | |
1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1125 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1155 | checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" |
|
1126 | checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" | |
1156 | dependencies = [ |
|
1127 | dependencies = [ | |
1157 | "cfg-if", |
|
1128 | "cfg-if", | |
1158 | "cpufeatures", |
|
1129 | "cpufeatures", | |
1159 | "digest 0.10.5", |
|
1130 | "digest 0.10.5", | |
1160 | ] |
|
1131 | ] | |
1161 |
|
1132 | |||
1162 | [[package]] |
|
1133 | [[package]] | |
1163 | name = "sized-chunks" |
|
1134 | name = "sized-chunks" | |
1164 | version = "0.6.5" |
|
1135 | version = "0.6.5" | |
1165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1136 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1166 | checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" |
|
1137 | checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" | |
1167 | dependencies = [ |
|
1138 | dependencies = [ | |
1168 | "bitmaps", |
|
1139 | "bitmaps", | |
1169 | "typenum", |
|
1140 | "typenum", | |
1170 | ] |
|
1141 | ] | |
1171 |
|
1142 | |||
1172 | [[package]] |
|
1143 | [[package]] | |
1173 | name = "stable_deref_trait" |
|
1144 | name = "stable_deref_trait" | |
1174 | version = "1.2.0" |
|
1145 | version = "1.2.0" | |
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1146 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1176 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
1147 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
1177 |
|
1148 | |||
1178 | [[package]] |
|
1149 | [[package]] | |
1179 | name = "static_assertions" |
|
1150 | name = "static_assertions" | |
1180 | version = "1.1.0" |
|
1151 | version = "1.1.0" | |
1181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1152 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1182 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
1153 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
1183 |
|
1154 | |||
1184 | [[package]] |
|
1155 | [[package]] | |
1185 | name = "strsim" |
|
1156 | name = "strsim" | |
1186 | version = "0.10.0" |
|
1157 | version = "0.10.0" | |
1187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1158 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1188 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
1159 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | |
1189 |
|
1160 | |||
1190 | [[package]] |
|
1161 | [[package]] | |
1191 | name = "syn" |
|
1162 | name = "syn" | |
1192 | version = "1.0.103" |
|
1163 | version = "1.0.103" | |
1193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1194 | checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" |
|
1165 | checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" | |
1195 | dependencies = [ |
|
1166 | dependencies = [ | |
1196 | "proc-macro2", |
|
1167 | "proc-macro2", | |
1197 | "quote", |
|
1168 | "quote", | |
1198 | "unicode-ident", |
|
1169 | "unicode-ident", | |
1199 | ] |
|
1170 | ] | |
1200 |
|
1171 | |||
1201 | [[package]] |
|
1172 | [[package]] | |
1202 | name = "tempfile" |
|
1173 | name = "tempfile" | |
1203 | version = "3.3.0" |
|
1174 | version = "3.3.0" | |
1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1205 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
|
1176 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | |
1206 | dependencies = [ |
|
1177 | dependencies = [ | |
1207 | "cfg-if", |
|
1178 | "cfg-if", | |
1208 | "fastrand", |
|
1179 | "fastrand", | |
1209 | "libc", |
|
1180 | "libc", | |
1210 | "redox_syscall", |
|
1181 | "redox_syscall", | |
1211 | "remove_dir_all", |
|
1182 | "remove_dir_all", | |
1212 | "winapi", |
|
1183 | "winapi", | |
1213 | ] |
|
1184 | ] | |
1214 |
|
1185 | |||
1215 | [[package]] |
|
1186 | [[package]] | |
1216 | name = "termcolor" |
|
1187 | name = "termcolor" | |
1217 | version = "1.1.3" |
|
1188 | version = "1.1.3" | |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1189 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1219 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
|
1190 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" | |
1220 | dependencies = [ |
|
1191 | dependencies = [ | |
1221 | "winapi-util", |
|
1192 | "winapi-util", | |
1222 | ] |
|
1193 | ] | |
1223 |
|
1194 | |||
1224 | [[package]] |
|
1195 | [[package]] | |
1225 | name = "thread_local" |
|
1196 | name = "thread_local" | |
1226 | version = "1.1.4" |
|
1197 | version = "1.1.4" | |
1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1198 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1228 | checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
|
1199 | checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" | |
1229 | dependencies = [ |
|
1200 | dependencies = [ | |
1230 | "once_cell", |
|
1201 | "once_cell", | |
1231 | ] |
|
1202 | ] | |
1232 |
|
1203 | |||
1233 | [[package]] |
|
1204 | [[package]] | |
1234 | name = "time" |
|
1205 | name = "time" | |
1235 | version = "0.1.44" |
|
1206 | version = "0.1.44" | |
1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1207 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1237 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
1208 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | |
1238 | dependencies = [ |
|
1209 | dependencies = [ | |
1239 | "libc", |
|
1210 | "libc", | |
1240 | "wasi 0.10.0+wasi-snapshot-preview1", |
|
1211 | "wasi 0.10.0+wasi-snapshot-preview1", | |
1241 | "winapi", |
|
1212 | "winapi", | |
1242 | ] |
|
1213 | ] | |
1243 |
|
1214 | |||
1244 | [[package]] |
|
1215 | [[package]] | |
1245 | name = "twox-hash" |
|
1216 | name = "twox-hash" | |
1246 | version = "1.6.3" |
|
1217 | version = "1.6.3" | |
1247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1248 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
|
1219 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" | |
1249 | dependencies = [ |
|
1220 | dependencies = [ | |
1250 | "cfg-if", |
|
1221 | "cfg-if", | |
1251 | "rand 0.8.5", |
|
1222 | "rand 0.8.5", | |
1252 | "static_assertions", |
|
1223 | "static_assertions", | |
1253 | ] |
|
1224 | ] | |
1254 |
|
1225 | |||
1255 | [[package]] |
|
1226 | [[package]] | |
1256 | name = "typenum" |
|
1227 | name = "typenum" | |
1257 | version = "1.15.0" |
|
1228 | version = "1.15.0" | |
1258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1229 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1259 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
|
1230 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" | |
1260 |
|
1231 | |||
1261 | [[package]] |
|
1232 | [[package]] | |
1262 | name = "unicode-ident" |
|
1233 | name = "unicode-ident" | |
1263 | version = "1.0.5" |
|
1234 | version = "1.0.5" | |
1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1235 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1265 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" |
|
1236 | checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" | |
1266 |
|
1237 | |||
1267 | [[package]] |
|
1238 | [[package]] | |
1268 | name = "unicode-width" |
|
1239 | name = "unicode-width" | |
1269 | version = "0.1.10" |
|
1240 | version = "0.1.10" | |
1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1241 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1271 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
|
1242 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" | |
1272 |
|
1243 | |||
1273 | [[package]] |
|
1244 | [[package]] | |
1274 | name = "users" |
|
1245 | name = "users" | |
1275 | version = "0.11.0" |
|
1246 | version = "0.11.0" | |
1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1247 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1277 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
|
1248 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" | |
1278 | dependencies = [ |
|
1249 | dependencies = [ | |
1279 | "libc", |
|
1250 | "libc", | |
1280 | "log", |
|
1251 | "log", | |
1281 | ] |
|
1252 | ] | |
1282 |
|
1253 | |||
1283 | [[package]] |
|
1254 | [[package]] | |
1284 | name = "vcpkg" |
|
1255 | name = "vcpkg" | |
1285 | version = "0.2.15" |
|
1256 | version = "0.2.15" | |
1286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1287 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
1258 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
1288 |
|
1259 | |||
1289 | [[package]] |
|
1260 | [[package]] | |
1290 | name = "vcsgraph" |
|
1261 | name = "vcsgraph" | |
1291 | version = "0.2.0" |
|
1262 | version = "0.2.0" | |
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1263 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1293 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" |
|
1264 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" | |
1294 | dependencies = [ |
|
1265 | dependencies = [ | |
1295 | "hex", |
|
1266 | "hex", | |
1296 | "rand 0.7.3", |
|
1267 | "rand 0.7.3", | |
1297 | "sha-1 0.9.8", |
|
1268 | "sha-1 0.9.8", | |
1298 | ] |
|
1269 | ] | |
1299 |
|
1270 | |||
1300 | [[package]] |
|
1271 | [[package]] | |
1301 | name = "version_check" |
|
1272 | name = "version_check" | |
1302 | version = "0.9.4" |
|
1273 | version = "0.9.4" | |
1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1274 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1304 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
1275 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
1305 |
|
1276 | |||
1306 | [[package]] |
|
1277 | [[package]] | |
1307 | name = "wasi" |
|
1278 | name = "wasi" | |
1308 | version = "0.9.0+wasi-snapshot-preview1" |
|
1279 | version = "0.9.0+wasi-snapshot-preview1" | |
1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1280 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1310 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
1281 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
1311 |
|
1282 | |||
1312 | [[package]] |
|
1283 | [[package]] | |
1313 | name = "wasi" |
|
1284 | name = "wasi" | |
1314 | version = "0.10.0+wasi-snapshot-preview1" |
|
1285 | version = "0.10.0+wasi-snapshot-preview1" | |
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1286 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1316 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
1287 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
1317 |
|
1288 | |||
1318 | [[package]] |
|
1289 | [[package]] | |
1319 | name = "wasi" |
|
1290 | name = "wasi" | |
1320 | version = "0.11.0+wasi-snapshot-preview1" |
|
1291 | version = "0.11.0+wasi-snapshot-preview1" | |
1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1322 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
1293 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
1323 |
|
1294 | |||
1324 | [[package]] |
|
1295 | [[package]] | |
1325 | name = "wasm-bindgen" |
|
1296 | name = "wasm-bindgen" | |
1326 | version = "0.2.83" |
|
1297 | version = "0.2.83" | |
1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1298 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1328 | checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" |
|
1299 | checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" | |
1329 | dependencies = [ |
|
1300 | dependencies = [ | |
1330 | "cfg-if", |
|
1301 | "cfg-if", | |
1331 | "wasm-bindgen-macro", |
|
1302 | "wasm-bindgen-macro", | |
1332 | ] |
|
1303 | ] | |
1333 |
|
1304 | |||
1334 | [[package]] |
|
1305 | [[package]] | |
1335 | name = "wasm-bindgen-backend" |
|
1306 | name = "wasm-bindgen-backend" | |
1336 | version = "0.2.83" |
|
1307 | version = "0.2.83" | |
1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1308 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1338 | checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" |
|
1309 | checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" | |
1339 | dependencies = [ |
|
1310 | dependencies = [ | |
1340 | "bumpalo", |
|
1311 | "bumpalo", | |
1341 | "log", |
|
1312 | "log", | |
1342 | "once_cell", |
|
1313 | "once_cell", | |
1343 | "proc-macro2", |
|
1314 | "proc-macro2", | |
1344 | "quote", |
|
1315 | "quote", | |
1345 | "syn", |
|
1316 | "syn", | |
1346 | "wasm-bindgen-shared", |
|
1317 | "wasm-bindgen-shared", | |
1347 | ] |
|
1318 | ] | |
1348 |
|
1319 | |||
1349 | [[package]] |
|
1320 | [[package]] | |
1350 | name = "wasm-bindgen-macro" |
|
1321 | name = "wasm-bindgen-macro" | |
1351 | version = "0.2.83" |
|
1322 | version = "0.2.83" | |
1352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1323 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1353 | checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" |
|
1324 | checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" | |
1354 | dependencies = [ |
|
1325 | dependencies = [ | |
1355 | "quote", |
|
1326 | "quote", | |
1356 | "wasm-bindgen-macro-support", |
|
1327 | "wasm-bindgen-macro-support", | |
1357 | ] |
|
1328 | ] | |
1358 |
|
1329 | |||
1359 | [[package]] |
|
1330 | [[package]] | |
1360 | name = "wasm-bindgen-macro-support" |
|
1331 | name = "wasm-bindgen-macro-support" | |
1361 | version = "0.2.83" |
|
1332 | version = "0.2.83" | |
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1333 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1363 | checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" |
|
1334 | checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" | |
1364 | dependencies = [ |
|
1335 | dependencies = [ | |
1365 | "proc-macro2", |
|
1336 | "proc-macro2", | |
1366 | "quote", |
|
1337 | "quote", | |
1367 | "syn", |
|
1338 | "syn", | |
1368 | "wasm-bindgen-backend", |
|
1339 | "wasm-bindgen-backend", | |
1369 | "wasm-bindgen-shared", |
|
1340 | "wasm-bindgen-shared", | |
1370 | ] |
|
1341 | ] | |
1371 |
|
1342 | |||
1372 | [[package]] |
|
1343 | [[package]] | |
1373 | name = "wasm-bindgen-shared" |
|
1344 | name = "wasm-bindgen-shared" | |
1374 | version = "0.2.83" |
|
1345 | version = "0.2.83" | |
1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1346 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1376 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" |
|
1347 | checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" | |
1377 |
|
1348 | |||
1378 | [[package]] |
|
1349 | [[package]] | |
1379 | name = "which" |
|
1350 | name = "which" | |
1380 | version = "4.3.0" |
|
1351 | version = "4.3.0" | |
1381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1352 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1382 | checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" |
|
1353 | checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" | |
1383 | dependencies = [ |
|
1354 | dependencies = [ | |
1384 | "either", |
|
1355 | "either", | |
1385 | "libc", |
|
1356 | "libc", | |
1386 | "once_cell", |
|
1357 | "once_cell", | |
1387 | ] |
|
1358 | ] | |
1388 |
|
1359 | |||
1389 | [[package]] |
|
1360 | [[package]] | |
1390 | name = "winapi" |
|
1361 | name = "winapi" | |
1391 | version = "0.3.9" |
|
1362 | version = "0.3.9" | |
1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1363 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1393 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
1364 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1394 | dependencies = [ |
|
1365 | dependencies = [ | |
1395 | "winapi-i686-pc-windows-gnu", |
|
1366 | "winapi-i686-pc-windows-gnu", | |
1396 | "winapi-x86_64-pc-windows-gnu", |
|
1367 | "winapi-x86_64-pc-windows-gnu", | |
1397 | ] |
|
1368 | ] | |
1398 |
|
1369 | |||
1399 | [[package]] |
|
1370 | [[package]] | |
1400 | name = "winapi-i686-pc-windows-gnu" |
|
1371 | name = "winapi-i686-pc-windows-gnu" | |
1401 | version = "0.4.0" |
|
1372 | version = "0.4.0" | |
1402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1373 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1403 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
1374 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1404 |
|
1375 | |||
1405 | [[package]] |
|
1376 | [[package]] | |
1406 | name = "winapi-util" |
|
1377 | name = "winapi-util" | |
1407 | version = "0.1.5" |
|
1378 | version = "0.1.5" | |
1408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1379 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1409 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
1380 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | |
1410 | dependencies = [ |
|
1381 | dependencies = [ | |
1411 | "winapi", |
|
1382 | "winapi", | |
1412 | ] |
|
1383 | ] | |
1413 |
|
1384 | |||
1414 | [[package]] |
|
1385 | [[package]] | |
1415 | name = "winapi-x86_64-pc-windows-gnu" |
|
1386 | name = "winapi-x86_64-pc-windows-gnu" | |
1416 | version = "0.4.0" |
|
1387 | version = "0.4.0" | |
1417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1388 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1418 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
1389 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1419 |
|
1390 | |||
1420 | [[package]] |
|
1391 | [[package]] | |
1421 | name = "yansi" |
|
1392 | name = "yansi" | |
1422 | version = "0.5.1" |
|
1393 | version = "0.5.1" | |
1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1394 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1424 | checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" |
|
1395 | checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" | |
1425 |
|
1396 | |||
1426 | [[package]] |
|
1397 | [[package]] | |
1427 | name = "zstd" |
|
1398 | name = "zstd" | |
1428 | version = "0.12.3+zstd.1.5.2" |
|
1399 | version = "0.12.3+zstd.1.5.2" | |
1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1400 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1430 | checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" |
|
1401 | checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" | |
1431 | dependencies = [ |
|
1402 | dependencies = [ | |
1432 | "zstd-safe", |
|
1403 | "zstd-safe", | |
1433 | ] |
|
1404 | ] | |
1434 |
|
1405 | |||
1435 | [[package]] |
|
1406 | [[package]] | |
1436 | name = "zstd-safe" |
|
1407 | name = "zstd-safe" | |
1437 | version = "6.0.4+zstd.1.5.4" |
|
1408 | version = "6.0.4+zstd.1.5.4" | |
1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1409 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1439 | checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543" |
|
1410 | checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543" | |
1440 | dependencies = [ |
|
1411 | dependencies = [ | |
1441 | "libc", |
|
1412 | "libc", | |
1442 | "zstd-sys", |
|
1413 | "zstd-sys", | |
1443 | ] |
|
1414 | ] | |
1444 |
|
1415 | |||
1445 | [[package]] |
|
1416 | [[package]] | |
1446 | name = "zstd-sys" |
|
1417 | name = "zstd-sys" | |
1447 | version = "2.0.7+zstd.1.5.4" |
|
1418 | version = "2.0.7+zstd.1.5.4" | |
1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1419 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1449 | checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" |
|
1420 | checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" | |
1450 | dependencies = [ |
|
1421 | dependencies = [ | |
1451 | "cc", |
|
1422 | "cc", | |
1452 | "libc", |
|
1423 | "libc", | |
1453 | "pkg-config", |
|
1424 | "pkg-config", | |
1454 | ] |
|
1425 | ] |
@@ -1,50 +1,50 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 = "2021" |
|
6 | edition = "2021" | |
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.3.0" |
|
13 | bytes-cast = "0.3.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.13.1", features = ["rayon"] } |
|
16 | hashbrown = { version = "0.13.1", features = ["rayon"] } | |
17 | home = "0.5.4" |
|
17 | home = "0.5.4" | |
18 | im-rc = "15.1.0" |
|
18 | im-rc = "15.1.0" | |
19 | itertools = "0.10.5" |
|
19 | itertools = "0.10.5" | |
20 | lazy_static = "1.4.0" |
|
20 | lazy_static = "1.4.0" | |
21 | libc = "0.2.137" |
|
21 | libc = "0.2.137" | |
22 | logging_timer = "1.1.0" |
|
22 | logging_timer = "1.1.0" | |
23 | ouroboros = "0.15.5" |
|
|||
24 | rand = "0.8.5" |
|
23 | rand = "0.8.5" | |
25 | rand_pcg = "0.3.1" |
|
24 | rand_pcg = "0.3.1" | |
26 | rand_distr = "0.4.3" |
|
25 | rand_distr = "0.4.3" | |
27 | rayon = "1.7.0" |
|
26 | rayon = "1.7.0" | |
28 | regex = "1.7.0" |
|
27 | regex = "1.7.0" | |
|
28 | self_cell = "1.0" | |||
29 | sha-1 = "0.10.0" |
|
29 | sha-1 = "0.10.0" | |
30 | twox-hash = "1.6.3" |
|
30 | twox-hash = "1.6.3" | |
31 | same-file = "1.0.6" |
|
31 | same-file = "1.0.6" | |
32 | tempfile = "3.3.0" |
|
32 | tempfile = "3.3.0" | |
33 | thread_local = "1.1.4" |
|
33 | thread_local = "1.1.4" | |
34 | crossbeam-channel = "0.5.6" |
|
34 | crossbeam-channel = "0.5.6" | |
35 | log = "0.4.17" |
|
35 | log = "0.4.17" | |
36 | memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] } |
|
36 | memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] } | |
37 | zstd = "0.12" |
|
37 | zstd = "0.12" | |
38 | format-bytes = "0.3.0" |
|
38 | format-bytes = "0.3.0" | |
39 | once_cell = "1.16.0" |
|
39 | once_cell = "1.16.0" | |
40 |
|
40 | |||
41 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until |
|
41 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until | |
42 | # we have a clearer view of which backend is the fastest. |
|
42 | # we have a clearer view of which backend is the fastest. | |
43 | [dependencies.flate2] |
|
43 | [dependencies.flate2] | |
44 | version = "1.0.24" |
|
44 | version = "1.0.24" | |
45 | features = ["zlib"] |
|
45 | features = ["zlib"] | |
46 | default-features = false |
|
46 | default-features = false | |
47 |
|
47 | |||
48 | [dev-dependencies] |
|
48 | [dev-dependencies] | |
49 | clap = { version = "4.0.24", features = ["derive"] } |
|
49 | clap = { version = "4.0.24", features = ["derive"] } | |
50 | pretty_assertions = "1.1.0" |
|
50 | pretty_assertions = "1.1.0" |
@@ -1,104 +1,91 b'' | |||||
1 | use crate::{DirstateError, DirstateParents}; |
|
1 | use crate::{DirstateError, DirstateParents}; | |
2 |
|
2 | |||
3 | use super::dirstate_map::DirstateMap; |
|
3 | use super::dirstate_map::DirstateMap; | |
|
4 | use self_cell::self_cell; | |||
4 | use std::ops::Deref; |
|
5 | use std::ops::Deref; | |
5 |
|
6 | |||
6 | use ouroboros::self_referencing; |
|
7 | self_cell!( | |
7 |
|
8 | /// Keep a `DirstateMap<'owner>` next to the `owner` buffer that it | ||
8 | /// Keep a `DirstateMap<'on_disk>` next to the `on_disk` buffer that it |
|
9 | /// borrows. | |
9 | /// borrows. |
|
10 | pub struct OwningDirstateMap { | |
10 | #[self_referencing] |
|
11 | owner: Box<dyn Deref<Target = [u8]> + Send>, | |
11 | pub struct OwningDirstateMap { |
|
12 | #[covariant] | |
12 | on_disk: Box<dyn Deref<Target = [u8]> + Send>, |
|
13 | dependent: DirstateMap, | |
13 | #[borrows(on_disk)] |
|
14 | } | |
14 | #[covariant] |
|
15 | ); | |
15 | map: DirstateMap<'this>, |
|
|||
16 | } |
|
|||
17 |
|
16 | |||
18 | impl OwningDirstateMap { |
|
17 | impl OwningDirstateMap { | |
19 | pub fn new_empty<OnDisk>(on_disk: OnDisk) -> Self |
|
18 | pub fn new_empty<OnDisk>(on_disk: OnDisk) -> Self | |
20 | where |
|
19 | where | |
21 | OnDisk: Deref<Target = [u8]> + Send + 'static, |
|
20 | OnDisk: Deref<Target = [u8]> + Send + 'static, | |
22 | { |
|
21 | { | |
23 | let on_disk = Box::new(on_disk); |
|
22 | let on_disk = Box::new(on_disk); | |
24 |
|
23 | |||
25 | OwningDirstateMapBuilder { |
|
24 | OwningDirstateMap::new(on_disk, |bytes| DirstateMap::empty(bytes)) | |
26 | on_disk, |
|
|||
27 | map_builder: |bytes| DirstateMap::empty(bytes), |
|
|||
28 | } |
|
|||
29 | .build() |
|
|||
30 | } |
|
25 | } | |
31 |
|
26 | |||
32 | pub fn new_v1<OnDisk>( |
|
27 | pub fn new_v1<OnDisk>( | |
33 | on_disk: OnDisk, |
|
28 | on_disk: OnDisk, | |
34 | identity: Option<u64>, |
|
29 | identity: Option<u64>, | |
35 | ) -> Result<(Self, DirstateParents), DirstateError> |
|
30 | ) -> Result<(Self, DirstateParents), DirstateError> | |
36 | where |
|
31 | where | |
37 | OnDisk: Deref<Target = [u8]> + Send + 'static, |
|
32 | OnDisk: Deref<Target = [u8]> + Send + 'static, | |
38 | { |
|
33 | { | |
39 | let on_disk = Box::new(on_disk); |
|
34 | let on_disk = Box::new(on_disk); | |
40 | let mut parents = DirstateParents::NULL; |
|
35 | let mut parents = DirstateParents::NULL; | |
41 |
|
36 | |||
42 | Ok(( |
|
37 | Ok(( | |
43 |
OwningDirstateMap |
|
38 | OwningDirstateMap::try_new(on_disk, |bytes| { | |
44 | on_disk, |
|
39 | DirstateMap::new_v1(bytes, identity).map(|(dmap, p)| { | |
45 | map_builder: |bytes| { |
|
40 | parents = p.unwrap_or(DirstateParents::NULL); | |
46 | DirstateMap::new_v1(bytes, identity).map(|(dmap, p)| { |
|
41 | dmap | |
47 | parents = p.unwrap_or(DirstateParents::NULL); |
|
42 | }) | |
48 | dmap |
|
43 | })?, | |
49 | }) |
|
|||
50 | }, |
|
|||
51 | } |
|
|||
52 | .try_build()?, |
|
|||
53 | parents, |
|
44 | parents, | |
54 | )) |
|
45 | )) | |
55 | } |
|
46 | } | |
56 |
|
47 | |||
57 | pub fn new_v2<OnDisk>( |
|
48 | pub fn new_v2<OnDisk>( | |
58 | on_disk: OnDisk, |
|
49 | on_disk: OnDisk, | |
59 | data_size: usize, |
|
50 | data_size: usize, | |
60 | metadata: &[u8], |
|
51 | metadata: &[u8], | |
61 | uuid: Vec<u8>, |
|
52 | uuid: Vec<u8>, | |
62 | identity: Option<u64>, |
|
53 | identity: Option<u64>, | |
63 | ) -> Result<Self, DirstateError> |
|
54 | ) -> Result<Self, DirstateError> | |
64 | where |
|
55 | where | |
65 | OnDisk: Deref<Target = [u8]> + Send + 'static, |
|
56 | OnDisk: Deref<Target = [u8]> + Send + 'static, | |
66 | { |
|
57 | { | |
67 | let on_disk = Box::new(on_disk); |
|
58 | let on_disk = Box::new(on_disk); | |
68 |
|
59 | |||
69 |
OwningDirstateMap |
|
60 | OwningDirstateMap::try_new(on_disk, |bytes| { | |
70 | on_disk, |
|
61 | DirstateMap::new_v2(bytes, data_size, metadata, uuid, identity) | |
71 | map_builder: |bytes| { |
|
62 | }) | |
72 | DirstateMap::new_v2(bytes, data_size, metadata, uuid, identity) |
|
|||
73 | }, |
|
|||
74 | } |
|
|||
75 | .try_build() |
|
|||
76 | } |
|
63 | } | |
77 |
|
64 | |||
78 | pub fn with_dmap_mut<R>( |
|
65 | pub fn with_dmap_mut<R>( | |
79 | &mut self, |
|
66 | &mut self, | |
80 | f: impl FnOnce(&mut DirstateMap) -> R, |
|
67 | f: impl FnOnce(&mut DirstateMap) -> R, | |
81 | ) -> R { |
|
68 | ) -> R { | |
82 |
self.with_ |
|
69 | self.with_dependent_mut(|_owner, dmap| f(dmap)) | |
83 | } |
|
70 | } | |
84 |
|
71 | |||
85 | pub fn get_map(&self) -> &DirstateMap { |
|
72 | pub fn get_map(&self) -> &DirstateMap { | |
86 |
self.borrow_ |
|
73 | self.borrow_dependent() | |
87 | } |
|
74 | } | |
88 |
|
75 | |||
89 | pub fn on_disk(&self) -> &[u8] { |
|
76 | pub fn on_disk(&self) -> &[u8] { | |
90 |
self.borrow_o |
|
77 | self.borrow_owner() | |
91 | } |
|
78 | } | |
92 |
|
79 | |||
93 | pub fn old_uuid(&self) -> Option<&[u8]> { |
|
80 | pub fn old_uuid(&self) -> Option<&[u8]> { | |
94 | self.get_map().old_uuid.as_deref() |
|
81 | self.get_map().old_uuid.as_deref() | |
95 | } |
|
82 | } | |
96 |
|
83 | |||
97 | pub fn old_identity(&self) -> Option<u64> { |
|
84 | pub fn old_identity(&self) -> Option<u64> { | |
98 | self.get_map().identity |
|
85 | self.get_map().identity | |
99 | } |
|
86 | } | |
100 |
|
87 | |||
101 | pub fn old_data_size(&self) -> usize { |
|
88 | pub fn old_data_size(&self) -> usize { | |
102 | self.get_map().old_data_size |
|
89 | self.get_map().old_data_size | |
103 | } |
|
90 | } | |
104 | } |
|
91 | } |
General Comments 0
You need to be logged in to leave comments.
Login now