Show More
@@ -1,2101 +1,2050 | |||||
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 = "adler2" |
|
6 | name = "adler2" | |
7 | version = "2.0.0" |
|
7 | version = "2.0.0" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
|
9 | checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" | |
10 |
|
10 | |||
11 | [[package]] |
|
11 | [[package]] | |
12 | name = "ahash" |
|
12 | name = "ahash" | |
13 | version = "0.8.11" |
|
13 | version = "0.8.11" | |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
15 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
|
15 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" | |
16 | dependencies = [ |
|
16 | dependencies = [ | |
17 | "cfg-if", |
|
17 | "cfg-if", | |
18 | "getrandom 0.2.15", |
|
18 | "getrandom 0.2.15", | |
19 | "once_cell", |
|
19 | "once_cell", | |
20 | "version_check", |
|
20 | "version_check", | |
21 | "zerocopy", |
|
21 | "zerocopy", | |
22 | ] |
|
22 | ] | |
23 |
|
23 | |||
24 | [[package]] |
|
24 | [[package]] | |
25 | name = "aho-corasick" |
|
25 | name = "aho-corasick" | |
26 | version = "1.1.3" |
|
26 | version = "1.1.3" | |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
28 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
28 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | |
29 | dependencies = [ |
|
29 | dependencies = [ | |
30 | "memchr", |
|
30 | "memchr", | |
31 | ] |
|
31 | ] | |
32 |
|
32 | |||
33 | [[package]] |
|
33 | [[package]] | |
34 | name = "android-tzdata" |
|
34 | name = "android-tzdata" | |
35 | version = "0.1.1" |
|
35 | version = "0.1.1" | |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
37 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
37 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" | |
38 |
|
38 | |||
39 | [[package]] |
|
39 | [[package]] | |
40 | name = "android_system_properties" |
|
40 | name = "android_system_properties" | |
41 | version = "0.1.5" |
|
41 | version = "0.1.5" | |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
42 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
43 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
43 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" | |
44 | dependencies = [ |
|
44 | dependencies = [ | |
45 | "libc", |
|
45 | "libc", | |
46 | ] |
|
46 | ] | |
47 |
|
47 | |||
48 | [[package]] |
|
48 | [[package]] | |
49 | name = "anstream" |
|
49 | name = "anstream" | |
50 | version = "0.6.18" |
|
50 | version = "0.6.18" | |
51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
51 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
52 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
|
52 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" | |
53 | dependencies = [ |
|
53 | dependencies = [ | |
54 | "anstyle", |
|
54 | "anstyle", | |
55 | "anstyle-parse", |
|
55 | "anstyle-parse", | |
56 | "anstyle-query", |
|
56 | "anstyle-query", | |
57 | "anstyle-wincon", |
|
57 | "anstyle-wincon", | |
58 | "colorchoice", |
|
58 | "colorchoice", | |
59 | "is_terminal_polyfill", |
|
59 | "is_terminal_polyfill", | |
60 | "utf8parse", |
|
60 | "utf8parse", | |
61 | ] |
|
61 | ] | |
62 |
|
62 | |||
63 | [[package]] |
|
63 | [[package]] | |
64 | name = "anstyle" |
|
64 | name = "anstyle" | |
65 | version = "1.0.10" |
|
65 | version = "1.0.10" | |
66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
66 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
67 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
|
67 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" | |
68 |
|
68 | |||
69 | [[package]] |
|
69 | [[package]] | |
70 | name = "anstyle-parse" |
|
70 | name = "anstyle-parse" | |
71 | version = "0.2.6" |
|
71 | version = "0.2.6" | |
72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
72 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
73 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
|
73 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" | |
74 | dependencies = [ |
|
74 | dependencies = [ | |
75 | "utf8parse", |
|
75 | "utf8parse", | |
76 | ] |
|
76 | ] | |
77 |
|
77 | |||
78 | [[package]] |
|
78 | [[package]] | |
79 | name = "anstyle-query" |
|
79 | name = "anstyle-query" | |
80 | version = "1.1.2" |
|
80 | version = "1.1.2" | |
81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
81 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
82 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
|
82 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" | |
83 | dependencies = [ |
|
83 | dependencies = [ | |
84 | "windows-sys 0.59.0", |
|
84 | "windows-sys 0.59.0", | |
85 | ] |
|
85 | ] | |
86 |
|
86 | |||
87 | [[package]] |
|
87 | [[package]] | |
88 | name = "anstyle-wincon" |
|
88 | name = "anstyle-wincon" | |
89 | version = "3.0.6" |
|
89 | version = "3.0.6" | |
90 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
90 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
91 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" |
|
91 | checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" | |
92 | dependencies = [ |
|
92 | dependencies = [ | |
93 | "anstyle", |
|
93 | "anstyle", | |
94 | "windows-sys 0.59.0", |
|
94 | "windows-sys 0.59.0", | |
95 | ] |
|
95 | ] | |
96 |
|
96 | |||
97 | [[package]] |
|
97 | [[package]] | |
98 | name = "atty" |
|
98 | name = "atty" | |
99 | version = "0.2.14" |
|
99 | version = "0.2.14" | |
100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
101 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
101 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
102 | dependencies = [ |
|
102 | dependencies = [ | |
103 | "hermit-abi", |
|
103 | "hermit-abi", | |
104 | "libc", |
|
104 | "libc", | |
105 | "winapi", |
|
105 | "winapi", | |
106 | ] |
|
106 | ] | |
107 |
|
107 | |||
108 | [[package]] |
|
108 | [[package]] | |
109 | name = "autocfg" |
|
109 | name = "autocfg" | |
110 | version = "1.4.0" |
|
110 | version = "1.4.0" | |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
111 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
112 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
112 | checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" | |
113 |
|
113 | |||
114 | [[package]] |
|
114 | [[package]] | |
115 | name = "bitflags" |
|
115 | name = "bitflags" | |
116 | version = "1.3.2" |
|
116 | version = "1.3.2" | |
117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
117 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
118 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
118 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |
119 |
|
119 | |||
120 | [[package]] |
|
120 | [[package]] | |
121 | name = "bitflags" |
|
121 | name = "bitflags" | |
122 | version = "2.6.0" |
|
122 | version = "2.6.0" | |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
124 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
|
124 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" | |
125 |
|
125 | |||
126 | [[package]] |
|
126 | [[package]] | |
127 | name = "bitmaps" |
|
127 | name = "bitmaps" | |
128 | version = "2.1.0" |
|
128 | version = "2.1.0" | |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
129 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
|
130 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | |
131 | dependencies = [ |
|
131 | dependencies = [ | |
132 | "typenum", |
|
132 | "typenum", | |
133 | ] |
|
133 | ] | |
134 |
|
134 | |||
135 | [[package]] |
|
135 | [[package]] | |
136 | name = "bitvec" |
|
136 | name = "bitvec" | |
137 | version = "1.0.1" |
|
137 | version = "1.0.1" | |
138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
138 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
139 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
|
139 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | |
140 | dependencies = [ |
|
140 | dependencies = [ | |
141 | "funty", |
|
141 | "funty", | |
142 | "radium", |
|
142 | "radium", | |
143 | "tap", |
|
143 | "tap", | |
144 | "wyz", |
|
144 | "wyz", | |
145 | ] |
|
145 | ] | |
146 |
|
146 | |||
147 | [[package]] |
|
147 | [[package]] | |
148 | name = "block-buffer" |
|
148 | name = "block-buffer" | |
149 | version = "0.9.0" |
|
149 | version = "0.9.0" | |
150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
150 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
151 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
151 | checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | |
152 | dependencies = [ |
|
152 | dependencies = [ | |
153 | "generic-array", |
|
153 | "generic-array", | |
154 | ] |
|
154 | ] | |
155 |
|
155 | |||
156 | [[package]] |
|
156 | [[package]] | |
157 | name = "block-buffer" |
|
157 | name = "block-buffer" | |
158 | version = "0.10.4" |
|
158 | version = "0.10.4" | |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
159 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
160 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
160 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" | |
161 | dependencies = [ |
|
161 | dependencies = [ | |
162 | "generic-array", |
|
162 | "generic-array", | |
163 | ] |
|
163 | ] | |
164 |
|
164 | |||
165 | [[package]] |
|
165 | [[package]] | |
166 | name = "bstr" |
|
166 | name = "bstr" | |
167 | version = "1.11.0" |
|
167 | version = "1.11.0" | |
168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
168 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
169 | checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" |
|
169 | checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" | |
170 | dependencies = [ |
|
170 | dependencies = [ | |
171 | "memchr", |
|
171 | "memchr", | |
172 | "regex-automata", |
|
172 | "regex-automata", | |
173 | "serde", |
|
173 | "serde", | |
174 | ] |
|
174 | ] | |
175 |
|
175 | |||
176 | [[package]] |
|
176 | [[package]] | |
177 | name = "bumpalo" |
|
177 | name = "bumpalo" | |
178 | version = "3.16.0" |
|
178 | version = "3.16.0" | |
179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
179 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
180 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
180 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" | |
181 |
|
181 | |||
182 | [[package]] |
|
182 | [[package]] | |
183 | name = "byteorder" |
|
183 | name = "byteorder" | |
184 | version = "1.5.0" |
|
184 | version = "1.5.0" | |
185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
185 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
186 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
186 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | |
187 |
|
187 | |||
188 | [[package]] |
|
188 | [[package]] | |
189 | name = "bytes-cast" |
|
189 | name = "bytes-cast" | |
190 | version = "0.3.0" |
|
190 | version = "0.3.0" | |
191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
191 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
192 | checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8" |
|
192 | checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8" | |
193 | dependencies = [ |
|
193 | dependencies = [ | |
194 | "bytes-cast-derive", |
|
194 | "bytes-cast-derive", | |
195 | ] |
|
195 | ] | |
196 |
|
196 | |||
197 | [[package]] |
|
197 | [[package]] | |
198 | name = "bytes-cast-derive" |
|
198 | name = "bytes-cast-derive" | |
199 | version = "0.2.0" |
|
199 | version = "0.2.0" | |
200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
200 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
201 | checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71" |
|
201 | checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71" | |
202 | dependencies = [ |
|
202 | dependencies = [ | |
203 | "proc-macro2", |
|
203 | "proc-macro2", | |
204 | "quote", |
|
204 | "quote", | |
205 | "syn 1.0.109", |
|
205 | "syn 1.0.109", | |
206 | ] |
|
206 | ] | |
207 |
|
207 | |||
208 | [[package]] |
|
208 | [[package]] | |
209 | name = "cc" |
|
209 | name = "cc" | |
210 | version = "1.2.1" |
|
210 | version = "1.2.1" | |
211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
211 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
212 | checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" |
|
212 | checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" | |
213 | dependencies = [ |
|
213 | dependencies = [ | |
214 | "jobserver", |
|
214 | "jobserver", | |
215 | "libc", |
|
215 | "libc", | |
216 | "shlex", |
|
216 | "shlex", | |
217 | ] |
|
217 | ] | |
218 |
|
218 | |||
219 | [[package]] |
|
219 | [[package]] | |
220 | name = "cfg-if" |
|
220 | name = "cfg-if" | |
221 | version = "1.0.0" |
|
221 | version = "1.0.0" | |
222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
222 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
223 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
223 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
224 |
|
224 | |||
225 | [[package]] |
|
225 | [[package]] | |
226 | name = "cfg_aliases" |
|
226 | name = "cfg_aliases" | |
227 | version = "0.2.1" |
|
227 | version = "0.2.1" | |
228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
228 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
229 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
229 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" | |
230 |
|
230 | |||
231 | [[package]] |
|
231 | [[package]] | |
232 | name = "chrono" |
|
232 | name = "chrono" | |
233 | version = "0.4.38" |
|
233 | version = "0.4.38" | |
234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
234 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
235 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
235 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" | |
236 | dependencies = [ |
|
236 | dependencies = [ | |
237 | "android-tzdata", |
|
237 | "android-tzdata", | |
238 | "iana-time-zone", |
|
238 | "iana-time-zone", | |
239 | "js-sys", |
|
239 | "js-sys", | |
240 | "num-traits", |
|
240 | "num-traits", | |
241 | "wasm-bindgen", |
|
241 | "wasm-bindgen", | |
242 | "windows-targets 0.52.6", |
|
242 | "windows-targets 0.52.6", | |
243 | ] |
|
243 | ] | |
244 |
|
244 | |||
245 | [[package]] |
|
245 | [[package]] | |
246 | name = "clap" |
|
246 | name = "clap" | |
247 | version = "4.5.21" |
|
247 | version = "4.5.21" | |
248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
248 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
249 | checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" |
|
249 | checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" | |
250 | dependencies = [ |
|
250 | dependencies = [ | |
251 | "clap_builder", |
|
251 | "clap_builder", | |
252 | "clap_derive", |
|
252 | "clap_derive", | |
253 | ] |
|
253 | ] | |
254 |
|
254 | |||
255 | [[package]] |
|
255 | [[package]] | |
256 | name = "clap_builder" |
|
256 | name = "clap_builder" | |
257 | version = "4.5.21" |
|
257 | version = "4.5.21" | |
258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
258 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
259 | checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" |
|
259 | checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" | |
260 | dependencies = [ |
|
260 | dependencies = [ | |
261 | "anstream", |
|
261 | "anstream", | |
262 | "anstyle", |
|
262 | "anstyle", | |
263 | "clap_lex", |
|
263 | "clap_lex", | |
264 | "strsim", |
|
264 | "strsim", | |
265 | ] |
|
265 | ] | |
266 |
|
266 | |||
267 | [[package]] |
|
267 | [[package]] | |
268 | name = "clap_derive" |
|
268 | name = "clap_derive" | |
269 | version = "4.5.18" |
|
269 | version = "4.5.18" | |
270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
270 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
271 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
|
271 | checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" | |
272 | dependencies = [ |
|
272 | dependencies = [ | |
273 |
"heck |
|
273 | "heck", | |
274 | "proc-macro2", |
|
274 | "proc-macro2", | |
275 | "quote", |
|
275 | "quote", | |
276 | "syn 2.0.89", |
|
276 | "syn 2.0.89", | |
277 | ] |
|
277 | ] | |
278 |
|
278 | |||
279 | [[package]] |
|
279 | [[package]] | |
280 | name = "clap_lex" |
|
280 | name = "clap_lex" | |
281 | version = "0.7.3" |
|
281 | version = "0.7.3" | |
282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
282 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
283 | checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" |
|
283 | checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" | |
284 |
|
284 | |||
285 | [[package]] |
|
285 | [[package]] | |
286 | name = "colorchoice" |
|
286 | name = "colorchoice" | |
287 | version = "1.0.3" |
|
287 | version = "1.0.3" | |
288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
288 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
289 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
|
289 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" | |
290 |
|
290 | |||
291 | [[package]] |
|
291 | [[package]] | |
292 | name = "console" |
|
292 | name = "console" | |
293 | version = "0.15.8" |
|
293 | version = "0.15.8" | |
294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
294 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
295 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
|
295 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" | |
296 | dependencies = [ |
|
296 | dependencies = [ | |
297 | "encode_unicode", |
|
297 | "encode_unicode", | |
298 | "lazy_static", |
|
298 | "lazy_static", | |
299 | "libc", |
|
299 | "libc", | |
300 | "unicode-width 0.1.14", |
|
300 | "unicode-width 0.1.14", | |
301 | "windows-sys 0.52.0", |
|
301 | "windows-sys 0.52.0", | |
302 | ] |
|
302 | ] | |
303 |
|
303 | |||
304 | [[package]] |
|
304 | [[package]] | |
305 | name = "convert_case" |
|
305 | name = "convert_case" | |
306 | version = "0.4.0" |
|
306 | version = "0.4.0" | |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
308 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
|
308 | checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | |
309 |
|
309 | |||
310 | [[package]] |
|
310 | [[package]] | |
311 | name = "core-foundation-sys" |
|
311 | name = "core-foundation-sys" | |
312 | version = "0.8.7" |
|
312 | version = "0.8.7" | |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
314 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
314 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |
315 |
|
315 | |||
316 | [[package]] |
|
316 | [[package]] | |
317 | name = "cpufeatures" |
|
317 | name = "cpufeatures" | |
318 | version = "0.2.15" |
|
318 | version = "0.2.15" | |
319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
319 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
320 | checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" |
|
320 | checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" | |
321 | dependencies = [ |
|
321 | dependencies = [ | |
322 | "libc", |
|
322 | "libc", | |
323 | ] |
|
323 | ] | |
324 |
|
324 | |||
325 | [[package]] |
|
325 | [[package]] | |
326 | name = "cpython" |
|
326 | name = "cpython" | |
327 | version = "0.7.2" |
|
327 | version = "0.7.2" | |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
329 | checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389" |
|
329 | checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389" | |
330 | dependencies = [ |
|
330 | dependencies = [ | |
331 | "libc", |
|
331 | "libc", | |
332 | "num-traits", |
|
332 | "num-traits", | |
333 | "paste", |
|
333 | "paste", | |
334 | "python3-sys", |
|
334 | "python3-sys", | |
335 | ] |
|
335 | ] | |
336 |
|
336 | |||
337 | [[package]] |
|
337 | [[package]] | |
338 | name = "crc32fast" |
|
338 | name = "crc32fast" | |
339 | version = "1.4.2" |
|
339 | version = "1.4.2" | |
340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
340 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
341 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
341 | checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" | |
342 | dependencies = [ |
|
342 | dependencies = [ | |
343 | "cfg-if", |
|
343 | "cfg-if", | |
344 | ] |
|
344 | ] | |
345 |
|
345 | |||
346 | [[package]] |
|
346 | [[package]] | |
347 | name = "crossbeam-channel" |
|
347 | name = "crossbeam-channel" | |
348 | version = "0.5.13" |
|
348 | version = "0.5.13" | |
349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
349 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
350 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
|
350 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" | |
351 | dependencies = [ |
|
351 | dependencies = [ | |
352 | "crossbeam-utils", |
|
352 | "crossbeam-utils", | |
353 | ] |
|
353 | ] | |
354 |
|
354 | |||
355 | [[package]] |
|
355 | [[package]] | |
356 | name = "crossbeam-deque" |
|
356 | name = "crossbeam-deque" | |
357 | version = "0.8.5" |
|
357 | version = "0.8.5" | |
358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
358 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
359 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
|
359 | checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" | |
360 | dependencies = [ |
|
360 | dependencies = [ | |
361 | "crossbeam-epoch", |
|
361 | "crossbeam-epoch", | |
362 | "crossbeam-utils", |
|
362 | "crossbeam-utils", | |
363 | ] |
|
363 | ] | |
364 |
|
364 | |||
365 | [[package]] |
|
365 | [[package]] | |
366 | name = "crossbeam-epoch" |
|
366 | name = "crossbeam-epoch" | |
367 | version = "0.9.18" |
|
367 | version = "0.9.18" | |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
369 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
369 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" | |
370 | dependencies = [ |
|
370 | dependencies = [ | |
371 | "crossbeam-utils", |
|
371 | "crossbeam-utils", | |
372 | ] |
|
372 | ] | |
373 |
|
373 | |||
374 | [[package]] |
|
374 | [[package]] | |
375 | name = "crossbeam-utils" |
|
375 | name = "crossbeam-utils" | |
376 | version = "0.8.20" |
|
376 | version = "0.8.20" | |
377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
377 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
378 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
378 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" | |
379 |
|
379 | |||
380 | [[package]] |
|
380 | [[package]] | |
381 | name = "crypto-common" |
|
381 | name = "crypto-common" | |
382 | version = "0.1.6" |
|
382 | version = "0.1.6" | |
383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
383 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
384 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
384 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" | |
385 | dependencies = [ |
|
385 | dependencies = [ | |
386 | "generic-array", |
|
386 | "generic-array", | |
387 | "typenum", |
|
387 | "typenum", | |
388 | ] |
|
388 | ] | |
389 |
|
389 | |||
390 | [[package]] |
|
390 | [[package]] | |
391 | name = "ctrlc" |
|
391 | name = "ctrlc" | |
392 | version = "3.4.5" |
|
392 | version = "3.4.5" | |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
393 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
394 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" |
|
394 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" | |
395 | dependencies = [ |
|
395 | dependencies = [ | |
396 | "nix", |
|
396 | "nix", | |
397 | "windows-sys 0.59.0", |
|
397 | "windows-sys 0.59.0", | |
398 | ] |
|
398 | ] | |
399 |
|
399 | |||
400 | [[package]] |
|
400 | [[package]] | |
401 | name = "derive_more" |
|
401 | name = "derive_more" | |
402 | version = "0.99.18" |
|
402 | version = "0.99.18" | |
403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
403 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
404 | checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" |
|
404 | checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" | |
405 | dependencies = [ |
|
405 | dependencies = [ | |
406 | "convert_case", |
|
406 | "convert_case", | |
407 | "proc-macro2", |
|
407 | "proc-macro2", | |
408 | "quote", |
|
408 | "quote", | |
409 | "rustc_version", |
|
409 | "rustc_version", | |
410 | "syn 2.0.89", |
|
410 | "syn 2.0.89", | |
411 | ] |
|
411 | ] | |
412 |
|
412 | |||
413 | [[package]] |
|
413 | [[package]] | |
414 | name = "diff" |
|
414 | name = "diff" | |
415 | version = "0.1.13" |
|
415 | version = "0.1.13" | |
416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
417 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
|
417 | checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" | |
418 |
|
418 | |||
419 | [[package]] |
|
419 | [[package]] | |
420 | name = "digest" |
|
420 | name = "digest" | |
421 | version = "0.9.0" |
|
421 | version = "0.9.0" | |
422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
422 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
423 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
423 | checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | |
424 | dependencies = [ |
|
424 | dependencies = [ | |
425 | "generic-array", |
|
425 | "generic-array", | |
426 | ] |
|
426 | ] | |
427 |
|
427 | |||
428 | [[package]] |
|
428 | [[package]] | |
429 | name = "digest" |
|
429 | name = "digest" | |
430 | version = "0.10.7" |
|
430 | version = "0.10.7" | |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
432 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
432 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" | |
433 | dependencies = [ |
|
433 | dependencies = [ | |
434 | "block-buffer 0.10.4", |
|
434 | "block-buffer 0.10.4", | |
435 | "crypto-common", |
|
435 | "crypto-common", | |
436 | ] |
|
436 | ] | |
437 |
|
437 | |||
438 | [[package]] |
|
438 | [[package]] | |
439 | name = "dirs" |
|
439 | name = "dirs" | |
440 | version = "5.0.1" |
|
440 | version = "5.0.1" | |
441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
441 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
442 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
|
442 | checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" | |
443 | dependencies = [ |
|
443 | dependencies = [ | |
444 | "dirs-sys", |
|
444 | "dirs-sys", | |
445 | ] |
|
445 | ] | |
446 |
|
446 | |||
447 | [[package]] |
|
447 | [[package]] | |
448 | name = "dirs-sys" |
|
448 | name = "dirs-sys" | |
449 | version = "0.4.1" |
|
449 | version = "0.4.1" | |
450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
450 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
451 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
|
451 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" | |
452 | dependencies = [ |
|
452 | dependencies = [ | |
453 | "libc", |
|
453 | "libc", | |
454 | "option-ext", |
|
454 | "option-ext", | |
455 | "redox_users", |
|
455 | "redox_users", | |
456 | "windows-sys 0.48.0", |
|
456 | "windows-sys 0.48.0", | |
457 | ] |
|
457 | ] | |
458 |
|
458 | |||
459 | [[package]] |
|
459 | [[package]] | |
460 | name = "dyn-clone" |
|
460 | name = "dyn-clone" | |
461 | version = "1.0.17" |
|
461 | version = "1.0.17" | |
462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
462 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
463 | checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" |
|
463 | checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" | |
464 |
|
464 | |||
465 | [[package]] |
|
465 | [[package]] | |
466 | name = "either" |
|
466 | name = "either" | |
467 | version = "1.13.0" |
|
467 | version = "1.13.0" | |
468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
468 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
469 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
469 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" | |
470 |
|
470 | |||
471 | [[package]] |
|
471 | [[package]] | |
472 | name = "encode_unicode" |
|
472 | name = "encode_unicode" | |
473 | version = "0.3.6" |
|
473 | version = "0.3.6" | |
474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
474 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
475 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
|
475 | checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | |
476 |
|
476 | |||
477 | [[package]] |
|
477 | [[package]] | |
478 | name = "env_filter" |
|
478 | name = "env_filter" | |
479 | version = "0.1.2" |
|
479 | version = "0.1.2" | |
480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
481 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" |
|
481 | checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" | |
482 | dependencies = [ |
|
482 | dependencies = [ | |
483 | "log", |
|
483 | "log", | |
484 | "regex", |
|
484 | "regex", | |
485 | ] |
|
485 | ] | |
486 |
|
486 | |||
487 | [[package]] |
|
487 | [[package]] | |
488 | name = "env_logger" |
|
488 | name = "env_logger" | |
489 | version = "0.9.3" |
|
489 | version = "0.9.3" | |
490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
491 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
|
491 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" | |
492 | dependencies = [ |
|
492 | dependencies = [ | |
493 | "atty", |
|
493 | "atty", | |
494 | "humantime", |
|
494 | "humantime", | |
495 | "log", |
|
495 | "log", | |
496 | "regex", |
|
496 | "regex", | |
497 | "termcolor", |
|
497 | "termcolor", | |
498 | ] |
|
498 | ] | |
499 |
|
499 | |||
500 | [[package]] |
|
500 | [[package]] | |
501 | name = "env_logger" |
|
501 | name = "env_logger" | |
502 | version = "0.11.5" |
|
502 | version = "0.11.5" | |
503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
503 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
504 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" |
|
504 | checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" | |
505 | dependencies = [ |
|
505 | dependencies = [ | |
506 | "anstream", |
|
506 | "anstream", | |
507 | "anstyle", |
|
507 | "anstyle", | |
508 | "env_filter", |
|
508 | "env_filter", | |
509 | "humantime", |
|
509 | "humantime", | |
510 | "log", |
|
510 | "log", | |
511 | ] |
|
511 | ] | |
512 |
|
512 | |||
513 | [[package]] |
|
513 | [[package]] | |
514 | name = "errno" |
|
514 | name = "errno" | |
515 | version = "0.3.9" |
|
515 | version = "0.3.9" | |
516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
516 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
517 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
|
517 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" | |
518 | dependencies = [ |
|
518 | dependencies = [ | |
519 | "libc", |
|
519 | "libc", | |
520 | "windows-sys 0.52.0", |
|
520 | "windows-sys 0.52.0", | |
521 | ] |
|
521 | ] | |
522 |
|
522 | |||
523 | [[package]] |
|
523 | [[package]] | |
524 | name = "fastrand" |
|
524 | name = "fastrand" | |
525 | version = "2.2.0" |
|
525 | version = "2.2.0" | |
526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
526 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
527 | checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" |
|
527 | checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" | |
528 |
|
528 | |||
529 | [[package]] |
|
529 | [[package]] | |
530 | name = "filetime" |
|
530 | name = "filetime" | |
531 | version = "0.2.25" |
|
531 | version = "0.2.25" | |
532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
532 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
533 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" |
|
533 | checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" | |
534 | dependencies = [ |
|
534 | dependencies = [ | |
535 | "cfg-if", |
|
535 | "cfg-if", | |
536 | "libc", |
|
536 | "libc", | |
537 | "libredox", |
|
537 | "libredox", | |
538 | "windows-sys 0.59.0", |
|
538 | "windows-sys 0.59.0", | |
539 | ] |
|
539 | ] | |
540 |
|
540 | |||
541 | [[package]] |
|
541 | [[package]] | |
542 | name = "flate2" |
|
542 | name = "flate2" | |
543 | version = "1.0.35" |
|
543 | version = "1.0.35" | |
544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
544 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
545 | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
|
545 | checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" | |
546 | dependencies = [ |
|
546 | dependencies = [ | |
547 | "crc32fast", |
|
547 | "crc32fast", | |
548 | "libz-sys", |
|
548 | "libz-sys", | |
549 | "miniz_oxide", |
|
549 | "miniz_oxide", | |
550 | ] |
|
550 | ] | |
551 |
|
551 | |||
552 | [[package]] |
|
552 | [[package]] | |
553 | name = "format-bytes" |
|
553 | name = "format-bytes" | |
554 | version = "0.3.0" |
|
554 | version = "0.3.0" | |
555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
555 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
556 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" |
|
556 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" | |
557 | dependencies = [ |
|
557 | dependencies = [ | |
558 | "format-bytes-macros", |
|
558 | "format-bytes-macros", | |
559 | ] |
|
559 | ] | |
560 |
|
560 | |||
561 | [[package]] |
|
561 | [[package]] | |
562 | name = "format-bytes-macros" |
|
562 | name = "format-bytes-macros" | |
563 | version = "0.4.0" |
|
563 | version = "0.4.0" | |
564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
565 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" |
|
565 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" | |
566 | dependencies = [ |
|
566 | dependencies = [ | |
567 | "proc-macro2", |
|
567 | "proc-macro2", | |
568 | "quote", |
|
568 | "quote", | |
569 | "syn 1.0.109", |
|
569 | "syn 1.0.109", | |
570 | ] |
|
570 | ] | |
571 |
|
571 | |||
572 | [[package]] |
|
572 | [[package]] | |
573 | name = "funty" |
|
573 | name = "funty" | |
574 | version = "2.0.0" |
|
574 | version = "2.0.0" | |
575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
575 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
576 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
|
576 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | |
577 |
|
577 | |||
578 | [[package]] |
|
578 | [[package]] | |
579 | name = "generic-array" |
|
579 | name = "generic-array" | |
580 | version = "0.14.7" |
|
580 | version = "0.14.7" | |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
582 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
582 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" | |
583 | dependencies = [ |
|
583 | dependencies = [ | |
584 | "typenum", |
|
584 | "typenum", | |
585 | "version_check", |
|
585 | "version_check", | |
586 | ] |
|
586 | ] | |
587 |
|
587 | |||
588 | [[package]] |
|
588 | [[package]] | |
589 | name = "getrandom" |
|
589 | name = "getrandom" | |
590 | version = "0.1.16" |
|
590 | version = "0.1.16" | |
591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
591 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
592 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
592 | checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" | |
593 | dependencies = [ |
|
593 | dependencies = [ | |
594 | "cfg-if", |
|
594 | "cfg-if", | |
595 | "libc", |
|
595 | "libc", | |
596 | "wasi 0.9.0+wasi-snapshot-preview1", |
|
596 | "wasi 0.9.0+wasi-snapshot-preview1", | |
597 | ] |
|
597 | ] | |
598 |
|
598 | |||
599 | [[package]] |
|
599 | [[package]] | |
600 | name = "getrandom" |
|
600 | name = "getrandom" | |
601 | version = "0.2.15" |
|
601 | version = "0.2.15" | |
602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
602 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
603 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
603 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" | |
604 | dependencies = [ |
|
604 | dependencies = [ | |
605 | "cfg-if", |
|
605 | "cfg-if", | |
606 | "libc", |
|
606 | "libc", | |
607 | "wasi 0.11.0+wasi-snapshot-preview1", |
|
607 | "wasi 0.11.0+wasi-snapshot-preview1", | |
608 | ] |
|
608 | ] | |
609 |
|
609 | |||
610 | [[package]] |
|
610 | [[package]] | |
611 | name = "hashbrown" |
|
611 | name = "hashbrown" | |
612 | version = "0.12.3" |
|
612 | version = "0.12.3" | |
613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
613 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
614 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
614 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | |
615 |
|
615 | |||
616 | [[package]] |
|
616 | [[package]] | |
617 | name = "hashbrown" |
|
617 | name = "hashbrown" | |
618 | version = "0.13.2" |
|
618 | version = "0.13.2" | |
619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
619 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
620 | checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
620 | checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" | |
621 | dependencies = [ |
|
621 | dependencies = [ | |
622 | "ahash", |
|
622 | "ahash", | |
623 | "rayon", |
|
623 | "rayon", | |
624 | ] |
|
624 | ] | |
625 |
|
625 | |||
626 | [[package]] |
|
626 | [[package]] | |
627 | name = "heck" |
|
627 | name = "heck" | |
628 | version = "0.4.1" |
|
|||
629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
630 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|||
631 |
|
||||
632 | [[package]] |
|
|||
633 | name = "heck" |
|
|||
634 | version = "0.5.0" |
|
628 | version = "0.5.0" | |
635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
629 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
636 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
630 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
637 |
|
631 | |||
638 | [[package]] |
|
632 | [[package]] | |
639 | name = "hermit-abi" |
|
633 | name = "hermit-abi" | |
640 | version = "0.1.19" |
|
634 | version = "0.1.19" | |
641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
635 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
642 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
|
636 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | |
643 | dependencies = [ |
|
637 | dependencies = [ | |
644 | "libc", |
|
638 | "libc", | |
645 | ] |
|
639 | ] | |
646 |
|
640 | |||
647 | [[package]] |
|
641 | [[package]] | |
648 | name = "hex" |
|
642 | name = "hex" | |
649 | version = "0.4.3" |
|
643 | version = "0.4.3" | |
650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
644 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
651 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
645 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | |
652 |
|
646 | |||
653 | [[package]] |
|
647 | [[package]] | |
654 | name = "hg-core" |
|
648 | name = "hg-core" | |
655 | version = "0.1.0" |
|
649 | version = "0.1.0" | |
656 | dependencies = [ |
|
650 | dependencies = [ | |
657 | "bitflags 1.3.2", |
|
651 | "bitflags 1.3.2", | |
658 | "bitvec", |
|
652 | "bitvec", | |
659 | "byteorder", |
|
653 | "byteorder", | |
660 | "bytes-cast", |
|
654 | "bytes-cast", | |
661 | "chrono", |
|
655 | "chrono", | |
662 | "clap", |
|
656 | "clap", | |
663 | "crossbeam-channel", |
|
657 | "crossbeam-channel", | |
664 | "ctrlc", |
|
658 | "ctrlc", | |
665 | "derive_more", |
|
659 | "derive_more", | |
666 | "dyn-clone", |
|
660 | "dyn-clone", | |
667 | "filetime", |
|
661 | "filetime", | |
668 | "flate2", |
|
662 | "flate2", | |
669 | "format-bytes", |
|
663 | "format-bytes", | |
670 | "hashbrown 0.13.2", |
|
664 | "hashbrown 0.13.2", | |
671 | "home", |
|
665 | "home", | |
672 | "im-rc", |
|
666 | "im-rc", | |
673 | "indicatif", |
|
667 | "indicatif", | |
674 | "itertools", |
|
668 | "itertools", | |
675 | "lazy_static", |
|
669 | "lazy_static", | |
676 | "libc", |
|
670 | "libc", | |
677 | "log", |
|
671 | "log", | |
678 | "logging_timer", |
|
672 | "logging_timer", | |
679 | "memchr", |
|
673 | "memchr", | |
680 | "memmap2", |
|
674 | "memmap2", | |
681 | "once_cell", |
|
675 | "once_cell", | |
682 | "pretty_assertions", |
|
676 | "pretty_assertions", | |
683 | "rand 0.8.5", |
|
677 | "rand 0.8.5", | |
684 | "rand_distr", |
|
678 | "rand_distr", | |
685 | "rand_pcg", |
|
679 | "rand_pcg", | |
686 | "rayon", |
|
680 | "rayon", | |
687 | "regex", |
|
681 | "regex", | |
688 | "same-file", |
|
682 | "same-file", | |
689 | "schnellru", |
|
683 | "schnellru", | |
690 | "self_cell", |
|
684 | "self_cell", | |
691 | "serde", |
|
685 | "serde", | |
692 | "sha-1 0.10.1", |
|
686 | "sha-1 0.10.1", | |
693 | "tempfile", |
|
687 | "tempfile", | |
694 | "thread_local", |
|
688 | "thread_local", | |
695 | "toml", |
|
689 | "toml", | |
696 | "twox-hash", |
|
690 | "twox-hash", | |
697 | "uuid", |
|
691 | "uuid", | |
698 | "zstd", |
|
692 | "zstd", | |
699 | ] |
|
693 | ] | |
700 |
|
694 | |||
701 | [[package]] |
|
695 | [[package]] | |
702 | name = "hg-cpython" |
|
696 | name = "hg-cpython" | |
703 | version = "0.1.0" |
|
697 | version = "0.1.0" | |
704 | dependencies = [ |
|
698 | dependencies = [ | |
705 | "cpython", |
|
699 | "cpython", | |
706 | "crossbeam-channel", |
|
700 | "crossbeam-channel", | |
707 | "env_logger 0.11.5", |
|
701 | "env_logger 0.11.5", | |
708 | "hg-core", |
|
702 | "hg-core", | |
709 | "libc", |
|
703 | "libc", | |
710 | "log", |
|
704 | "log", | |
711 | "logging_timer", |
|
705 | "logging_timer", | |
712 | "python3-sys", |
|
706 | "python3-sys", | |
713 | "stable_deref_trait", |
|
707 | "stable_deref_trait", | |
714 | "vcsgraph", |
|
708 | "vcsgraph", | |
715 | ] |
|
709 | ] | |
716 |
|
710 | |||
717 | [[package]] |
|
711 | [[package]] | |
718 | name = "hg-pyo3" |
|
712 | name = "hg-pyo3" | |
719 | version = "0.1.0" |
|
713 | version = "0.1.0" | |
720 | dependencies = [ |
|
714 | dependencies = [ | |
721 | "env_logger 0.9.3", |
|
715 | "env_logger 0.9.3", | |
722 | "hg-core", |
|
716 | "hg-core", | |
723 | "log", |
|
717 | "log", | |
724 | "pyo3", |
|
718 | "pyo3", | |
725 | "stable_deref_trait", |
|
719 | "stable_deref_trait", | |
726 | ] |
|
720 | ] | |
727 |
|
721 | |||
728 | [[package]] |
|
722 | [[package]] | |
729 | name = "home" |
|
723 | name = "home" | |
730 | version = "0.5.9" |
|
724 | version = "0.5.9" | |
731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
725 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
732 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
|
726 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" | |
733 | dependencies = [ |
|
727 | dependencies = [ | |
734 | "windows-sys 0.52.0", |
|
728 | "windows-sys 0.52.0", | |
735 | ] |
|
729 | ] | |
736 |
|
730 | |||
737 | [[package]] |
|
731 | [[package]] | |
738 | name = "humantime" |
|
732 | name = "humantime" | |
739 | version = "2.1.0" |
|
733 | version = "2.1.0" | |
740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
734 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
741 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
735 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
742 |
|
736 | |||
743 | [[package]] |
|
737 | [[package]] | |
744 | name = "iana-time-zone" |
|
738 | name = "iana-time-zone" | |
745 | version = "0.1.61" |
|
739 | version = "0.1.61" | |
746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
740 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
747 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
|
741 | checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" | |
748 | dependencies = [ |
|
742 | dependencies = [ | |
749 | "android_system_properties", |
|
743 | "android_system_properties", | |
750 | "core-foundation-sys", |
|
744 | "core-foundation-sys", | |
751 | "iana-time-zone-haiku", |
|
745 | "iana-time-zone-haiku", | |
752 | "js-sys", |
|
746 | "js-sys", | |
753 | "wasm-bindgen", |
|
747 | "wasm-bindgen", | |
754 | "windows-core", |
|
748 | "windows-core", | |
755 | ] |
|
749 | ] | |
756 |
|
750 | |||
757 | [[package]] |
|
751 | [[package]] | |
758 | name = "iana-time-zone-haiku" |
|
752 | name = "iana-time-zone-haiku" | |
759 | version = "0.1.2" |
|
753 | version = "0.1.2" | |
760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
754 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
761 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
755 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" | |
762 | dependencies = [ |
|
756 | dependencies = [ | |
763 | "cc", |
|
757 | "cc", | |
764 | ] |
|
758 | ] | |
765 |
|
759 | |||
766 | [[package]] |
|
760 | [[package]] | |
767 | name = "im-rc" |
|
761 | name = "im-rc" | |
768 | version = "15.1.0" |
|
762 | version = "15.1.0" | |
769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
763 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
770 | checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" |
|
764 | checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe" | |
771 | dependencies = [ |
|
765 | dependencies = [ | |
772 | "bitmaps", |
|
766 | "bitmaps", | |
773 | "rand_core 0.6.4", |
|
767 | "rand_core 0.6.4", | |
774 | "rand_xoshiro", |
|
768 | "rand_xoshiro", | |
775 | "sized-chunks", |
|
769 | "sized-chunks", | |
776 | "typenum", |
|
770 | "typenum", | |
777 | "version_check", |
|
771 | "version_check", | |
778 | ] |
|
772 | ] | |
779 |
|
773 | |||
780 | [[package]] |
|
774 | [[package]] | |
781 | name = "indexmap" |
|
775 | name = "indexmap" | |
782 | version = "1.9.3" |
|
776 | version = "1.9.3" | |
783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
777 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
784 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
778 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" | |
785 | dependencies = [ |
|
779 | dependencies = [ | |
786 | "autocfg", |
|
780 | "autocfg", | |
787 | "hashbrown 0.12.3", |
|
781 | "hashbrown 0.12.3", | |
788 | ] |
|
782 | ] | |
789 |
|
783 | |||
790 | [[package]] |
|
784 | [[package]] | |
791 | name = "indicatif" |
|
785 | name = "indicatif" | |
792 | version = "0.17.9" |
|
786 | version = "0.17.9" | |
793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
787 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
794 | checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" |
|
788 | checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" | |
795 | dependencies = [ |
|
789 | dependencies = [ | |
796 | "console", |
|
790 | "console", | |
797 | "number_prefix", |
|
791 | "number_prefix", | |
798 | "portable-atomic", |
|
792 | "portable-atomic", | |
799 | "unicode-width 0.2.0", |
|
793 | "unicode-width 0.2.0", | |
800 | "web-time", |
|
794 | "web-time", | |
801 | ] |
|
795 | ] | |
802 |
|
796 | |||
803 | [[package]] |
|
797 | [[package]] | |
804 | name = "indoc" |
|
798 | name = "indoc" | |
805 | version = "2.0.5" |
|
799 | version = "2.0.5" | |
806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
800 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
807 | checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
|
801 | checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" | |
808 |
|
802 | |||
809 | [[package]] |
|
803 | [[package]] | |
810 | name = "is_terminal_polyfill" |
|
804 | name = "is_terminal_polyfill" | |
811 | version = "1.70.1" |
|
805 | version = "1.70.1" | |
812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
806 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
813 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
|
807 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" | |
814 |
|
808 | |||
815 | [[package]] |
|
809 | [[package]] | |
816 | name = "itertools" |
|
810 | name = "itertools" | |
817 | version = "0.10.5" |
|
811 | version = "0.10.5" | |
818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
812 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
819 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
813 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" | |
820 | dependencies = [ |
|
814 | dependencies = [ | |
821 | "either", |
|
815 | "either", | |
822 | ] |
|
816 | ] | |
823 |
|
817 | |||
824 | [[package]] |
|
818 | [[package]] | |
825 | name = "jobserver" |
|
819 | name = "jobserver" | |
826 | version = "0.1.32" |
|
820 | version = "0.1.32" | |
827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
821 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
828 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
|
822 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" | |
829 | dependencies = [ |
|
823 | dependencies = [ | |
830 | "libc", |
|
824 | "libc", | |
831 | ] |
|
825 | ] | |
832 |
|
826 | |||
833 | [[package]] |
|
827 | [[package]] | |
834 | name = "js-sys" |
|
828 | name = "js-sys" | |
835 | version = "0.3.72" |
|
829 | version = "0.3.72" | |
836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
830 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
837 | checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" |
|
831 | checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" | |
838 | dependencies = [ |
|
832 | dependencies = [ | |
839 | "wasm-bindgen", |
|
833 | "wasm-bindgen", | |
840 | ] |
|
834 | ] | |
841 |
|
835 | |||
842 | [[package]] |
|
836 | [[package]] | |
843 | name = "lazy_static" |
|
837 | name = "lazy_static" | |
844 | version = "1.5.0" |
|
838 | version = "1.5.0" | |
845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
839 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
846 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
840 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
847 |
|
841 | |||
848 | [[package]] |
|
842 | [[package]] | |
849 | name = "libc" |
|
843 | name = "libc" | |
850 | version = "0.2.164" |
|
844 | version = "0.2.164" | |
851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
845 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
852 | checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" |
|
846 | checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" | |
853 |
|
847 | |||
854 | [[package]] |
|
848 | [[package]] | |
855 | name = "libm" |
|
849 | name = "libm" | |
856 | version = "0.2.11" |
|
850 | version = "0.2.11" | |
857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
851 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
858 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
|
852 | checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" | |
859 |
|
853 | |||
860 | [[package]] |
|
854 | [[package]] | |
861 | name = "libredox" |
|
855 | name = "libredox" | |
862 | version = "0.1.3" |
|
856 | version = "0.1.3" | |
863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
857 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
864 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" |
|
858 | checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" | |
865 | dependencies = [ |
|
859 | dependencies = [ | |
866 | "bitflags 2.6.0", |
|
860 | "bitflags 2.6.0", | |
867 | "libc", |
|
861 | "libc", | |
868 | "redox_syscall", |
|
862 | "redox_syscall", | |
869 | ] |
|
863 | ] | |
870 |
|
864 | |||
871 | [[package]] |
|
865 | [[package]] | |
872 | name = "libz-sys" |
|
866 | name = "libz-sys" | |
873 | version = "1.1.20" |
|
867 | version = "1.1.20" | |
874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
875 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" |
|
869 | checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" | |
876 | dependencies = [ |
|
870 | dependencies = [ | |
877 | "cc", |
|
871 | "cc", | |
878 | "pkg-config", |
|
872 | "pkg-config", | |
879 | "vcpkg", |
|
873 | "vcpkg", | |
880 | ] |
|
874 | ] | |
881 |
|
875 | |||
882 | [[package]] |
|
876 | [[package]] | |
883 | name = "linux-raw-sys" |
|
877 | name = "linux-raw-sys" | |
884 | version = "0.4.14" |
|
878 | version = "0.4.14" | |
885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
879 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
886 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
880 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | |
887 |
|
881 | |||
888 | [[package]] |
|
882 | [[package]] | |
889 | name = "lock_api" |
|
|||
890 | version = "0.4.12" |
|
|||
891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
892 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
|||
893 | dependencies = [ |
|
|||
894 | "autocfg", |
|
|||
895 | "scopeguard", |
|
|||
896 | ] |
|
|||
897 |
|
||||
898 | [[package]] |
|
|||
899 | name = "log" |
|
883 | name = "log" | |
900 | version = "0.4.22" |
|
884 | version = "0.4.22" | |
901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
885 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
902 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
|
886 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" | |
903 |
|
887 | |||
904 | [[package]] |
|
888 | [[package]] | |
905 | name = "logging_timer" |
|
889 | name = "logging_timer" | |
906 | version = "1.1.1" |
|
890 | version = "1.1.1" | |
907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
891 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
908 | checksum = "5669c09dbcb4a0b5f6de8364154495574238e18d6736bbdaa7726307f3268471" |
|
892 | checksum = "5669c09dbcb4a0b5f6de8364154495574238e18d6736bbdaa7726307f3268471" | |
909 | dependencies = [ |
|
893 | dependencies = [ | |
910 | "log", |
|
894 | "log", | |
911 | "logging_timer_proc_macros", |
|
895 | "logging_timer_proc_macros", | |
912 | ] |
|
896 | ] | |
913 |
|
897 | |||
914 | [[package]] |
|
898 | [[package]] | |
915 | name = "logging_timer_proc_macros" |
|
899 | name = "logging_timer_proc_macros" | |
916 | version = "1.1.1" |
|
900 | version = "1.1.1" | |
917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
901 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
918 | checksum = "27906ca51651609191eeb2d1fdc6b52b8024789ec188b07aad88b6dfbe392fbe" |
|
902 | checksum = "27906ca51651609191eeb2d1fdc6b52b8024789ec188b07aad88b6dfbe392fbe" | |
919 | dependencies = [ |
|
903 | dependencies = [ | |
920 | "log", |
|
904 | "log", | |
921 | "proc-macro2", |
|
905 | "proc-macro2", | |
922 | "quote", |
|
906 | "quote", | |
923 | "syn 1.0.109", |
|
907 | "syn 1.0.109", | |
924 | ] |
|
908 | ] | |
925 |
|
909 | |||
926 | [[package]] |
|
910 | [[package]] | |
927 | name = "memchr" |
|
911 | name = "memchr" | |
928 | version = "2.7.4" |
|
912 | version = "2.7.4" | |
929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
913 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
930 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
914 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | |
931 |
|
915 | |||
932 | [[package]] |
|
916 | [[package]] | |
933 | name = "memmap2" |
|
917 | name = "memmap2" | |
934 | version = "0.5.10" |
|
918 | version = "0.5.10" | |
935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
919 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
936 | checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" |
|
920 | checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" | |
937 | dependencies = [ |
|
921 | dependencies = [ | |
938 | "libc", |
|
922 | "libc", | |
939 | "stable_deref_trait", |
|
923 | "stable_deref_trait", | |
940 | ] |
|
924 | ] | |
941 |
|
925 | |||
942 | [[package]] |
|
926 | [[package]] | |
943 | name = "memoffset" |
|
927 | name = "memoffset" | |
944 | version = "0.9.1" |
|
928 | version = "0.9.1" | |
945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
929 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
946 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
|
930 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" | |
947 | dependencies = [ |
|
931 | dependencies = [ | |
948 | "autocfg", |
|
932 | "autocfg", | |
949 | ] |
|
933 | ] | |
950 |
|
934 | |||
951 | [[package]] |
|
935 | [[package]] | |
952 | name = "miniz_oxide" |
|
936 | name = "miniz_oxide" | |
953 | version = "0.8.0" |
|
937 | version = "0.8.0" | |
954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
938 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
955 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
|
939 | checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" | |
956 | dependencies = [ |
|
940 | dependencies = [ | |
957 | "adler2", |
|
941 | "adler2", | |
958 | ] |
|
942 | ] | |
959 |
|
943 | |||
960 | [[package]] |
|
944 | [[package]] | |
961 | name = "nix" |
|
945 | name = "nix" | |
962 | version = "0.29.0" |
|
946 | version = "0.29.0" | |
963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
947 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
964 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
|
948 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" | |
965 | dependencies = [ |
|
949 | dependencies = [ | |
966 | "bitflags 2.6.0", |
|
950 | "bitflags 2.6.0", | |
967 | "cfg-if", |
|
951 | "cfg-if", | |
968 | "cfg_aliases", |
|
952 | "cfg_aliases", | |
969 | "libc", |
|
953 | "libc", | |
970 | ] |
|
954 | ] | |
971 |
|
955 | |||
972 | [[package]] |
|
956 | [[package]] | |
973 | name = "nom8" |
|
957 | name = "nom8" | |
974 | version = "0.2.0" |
|
958 | version = "0.2.0" | |
975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
959 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
976 | checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" |
|
960 | checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8" | |
977 | dependencies = [ |
|
961 | dependencies = [ | |
978 | "memchr", |
|
962 | "memchr", | |
979 | ] |
|
963 | ] | |
980 |
|
964 | |||
981 | [[package]] |
|
965 | [[package]] | |
982 | name = "num-traits" |
|
966 | name = "num-traits" | |
983 | version = "0.2.19" |
|
967 | version = "0.2.19" | |
984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
968 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
985 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
969 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | |
986 | dependencies = [ |
|
970 | dependencies = [ | |
987 | "autocfg", |
|
971 | "autocfg", | |
988 | "libm", |
|
972 | "libm", | |
989 | ] |
|
973 | ] | |
990 |
|
974 | |||
991 | [[package]] |
|
975 | [[package]] | |
992 | name = "number_prefix" |
|
976 | name = "number_prefix" | |
993 | version = "0.4.0" |
|
977 | version = "0.4.0" | |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
978 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
995 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
|
979 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |
996 |
|
980 | |||
997 | [[package]] |
|
981 | [[package]] | |
998 | name = "once_cell" |
|
982 | name = "once_cell" | |
999 | version = "1.20.2" |
|
983 | version = "1.20.2" | |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
984 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1001 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
|
985 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" | |
1002 |
|
986 | |||
1003 | [[package]] |
|
987 | [[package]] | |
1004 | name = "opaque-debug" |
|
988 | name = "opaque-debug" | |
1005 | version = "0.3.1" |
|
989 | version = "0.3.1" | |
1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
990 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1007 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
|
991 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" | |
1008 |
|
992 | |||
1009 | [[package]] |
|
993 | [[package]] | |
1010 | name = "option-ext" |
|
994 | name = "option-ext" | |
1011 | version = "0.2.0" |
|
995 | version = "0.2.0" | |
1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
996 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1013 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
|
997 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" | |
1014 |
|
998 | |||
1015 | [[package]] |
|
999 | [[package]] | |
1016 | name = "os_str_bytes" |
|
1000 | name = "os_str_bytes" | |
1017 | version = "6.6.1" |
|
1001 | version = "6.6.1" | |
1018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1002 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1019 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" |
|
1003 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" | |
1020 | dependencies = [ |
|
1004 | dependencies = [ | |
1021 | "memchr", |
|
1005 | "memchr", | |
1022 | ] |
|
1006 | ] | |
1023 |
|
1007 | |||
1024 | [[package]] |
|
1008 | [[package]] | |
1025 | name = "parking_lot" |
|
|||
1026 | version = "0.12.3" |
|
|||
1027 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1028 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
|||
1029 | dependencies = [ |
|
|||
1030 | "lock_api", |
|
|||
1031 | "parking_lot_core", |
|
|||
1032 | ] |
|
|||
1033 |
|
||||
1034 | [[package]] |
|
|||
1035 | name = "parking_lot_core" |
|
|||
1036 | version = "0.9.10" |
|
|||
1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1038 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
|||
1039 | dependencies = [ |
|
|||
1040 | "cfg-if", |
|
|||
1041 | "libc", |
|
|||
1042 | "redox_syscall", |
|
|||
1043 | "smallvec", |
|
|||
1044 | "windows-targets 0.52.6", |
|
|||
1045 | ] |
|
|||
1046 |
|
||||
1047 | [[package]] |
|
|||
1048 | name = "paste" |
|
1009 | name = "paste" | |
1049 | version = "1.0.15" |
|
1010 | version = "1.0.15" | |
1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1011 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1051 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
1012 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" | |
1052 |
|
1013 | |||
1053 | [[package]] |
|
1014 | [[package]] | |
1054 | name = "pkg-config" |
|
1015 | name = "pkg-config" | |
1055 | version = "0.3.31" |
|
1016 | version = "0.3.31" | |
1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1017 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1057 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
|
1018 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" | |
1058 |
|
1019 | |||
1059 | [[package]] |
|
1020 | [[package]] | |
1060 | name = "portable-atomic" |
|
1021 | name = "portable-atomic" | |
1061 | version = "1.9.0" |
|
1022 | version = "1.9.0" | |
1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1023 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1063 | checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" |
|
1024 | checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" | |
1064 |
|
1025 | |||
1065 | [[package]] |
|
1026 | [[package]] | |
1066 | name = "ppv-lite86" |
|
1027 | name = "ppv-lite86" | |
1067 | version = "0.2.20" |
|
1028 | version = "0.2.20" | |
1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1029 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1069 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
1030 | checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" | |
1070 | dependencies = [ |
|
1031 | dependencies = [ | |
1071 | "zerocopy", |
|
1032 | "zerocopy", | |
1072 | ] |
|
1033 | ] | |
1073 |
|
1034 | |||
1074 | [[package]] |
|
1035 | [[package]] | |
1075 | name = "pretty_assertions" |
|
1036 | name = "pretty_assertions" | |
1076 | version = "1.4.1" |
|
1037 | version = "1.4.1" | |
1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1038 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1078 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" |
|
1039 | checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" | |
1079 | dependencies = [ |
|
1040 | dependencies = [ | |
1080 | "diff", |
|
1041 | "diff", | |
1081 | "yansi", |
|
1042 | "yansi", | |
1082 | ] |
|
1043 | ] | |
1083 |
|
1044 | |||
1084 | [[package]] |
|
1045 | [[package]] | |
1085 | name = "proc-macro2" |
|
1046 | name = "proc-macro2" | |
1086 | version = "1.0.91" |
|
1047 | version = "1.0.91" | |
1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1048 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1088 | checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" |
|
1049 | checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" | |
1089 | dependencies = [ |
|
1050 | dependencies = [ | |
1090 | "unicode-ident", |
|
1051 | "unicode-ident", | |
1091 | ] |
|
1052 | ] | |
1092 |
|
1053 | |||
1093 | [[package]] |
|
1054 | [[package]] | |
1094 | name = "pyo3" |
|
1055 | name = "pyo3" | |
1095 |
version = "0.2 |
|
1056 | version = "0.23.3" | |
1096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1057 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1097 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" |
|
1058 | checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" | |
1098 | dependencies = [ |
|
1059 | dependencies = [ | |
1099 | "cfg-if", |
|
1060 | "cfg-if", | |
1100 | "indoc", |
|
1061 | "indoc", | |
1101 | "libc", |
|
1062 | "libc", | |
1102 | "memoffset", |
|
1063 | "memoffset", | |
1103 | "parking_lot", |
|
1064 | "once_cell", | |
1104 | "portable-atomic", |
|
1065 | "portable-atomic", | |
1105 | "pyo3-build-config", |
|
1066 | "pyo3-build-config", | |
1106 | "pyo3-ffi", |
|
1067 | "pyo3-ffi", | |
1107 | "pyo3-macros", |
|
1068 | "pyo3-macros", | |
1108 | "unindent", |
|
1069 | "unindent", | |
1109 | ] |
|
1070 | ] | |
1110 |
|
1071 | |||
1111 | [[package]] |
|
1072 | [[package]] | |
1112 | name = "pyo3-build-config" |
|
1073 | name = "pyo3-build-config" | |
1113 |
version = "0.2 |
|
1074 | version = "0.23.3" | |
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1075 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1115 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" |
|
1076 | checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" | |
1116 | dependencies = [ |
|
1077 | dependencies = [ | |
1117 | "once_cell", |
|
1078 | "once_cell", | |
1118 | "target-lexicon", |
|
1079 | "target-lexicon", | |
1119 | ] |
|
1080 | ] | |
1120 |
|
1081 | |||
1121 | [[package]] |
|
1082 | [[package]] | |
1122 | name = "pyo3-ffi" |
|
1083 | name = "pyo3-ffi" | |
1123 |
version = "0.2 |
|
1084 | version = "0.23.3" | |
1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1085 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1125 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" |
|
1086 | checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" | |
1126 | dependencies = [ |
|
1087 | dependencies = [ | |
1127 | "libc", |
|
1088 | "libc", | |
1128 | "pyo3-build-config", |
|
1089 | "pyo3-build-config", | |
1129 | ] |
|
1090 | ] | |
1130 |
|
1091 | |||
1131 | [[package]] |
|
1092 | [[package]] | |
1132 | name = "pyo3-macros" |
|
1093 | name = "pyo3-macros" | |
1133 |
version = "0.2 |
|
1094 | version = "0.23.3" | |
1134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1095 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1135 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" |
|
1096 | checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" | |
1136 | dependencies = [ |
|
1097 | dependencies = [ | |
1137 | "proc-macro2", |
|
1098 | "proc-macro2", | |
1138 | "pyo3-macros-backend", |
|
1099 | "pyo3-macros-backend", | |
1139 | "quote", |
|
1100 | "quote", | |
1140 | "syn 2.0.89", |
|
1101 | "syn 2.0.89", | |
1141 | ] |
|
1102 | ] | |
1142 |
|
1103 | |||
1143 | [[package]] |
|
1104 | [[package]] | |
1144 | name = "pyo3-macros-backend" |
|
1105 | name = "pyo3-macros-backend" | |
1145 |
version = "0.2 |
|
1106 | version = "0.23.3" | |
1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1107 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1147 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" |
|
1108 | checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" | |
1148 | dependencies = [ |
|
1109 | dependencies = [ | |
1149 |
"heck |
|
1110 | "heck", | |
1150 | "proc-macro2", |
|
1111 | "proc-macro2", | |
1151 | "pyo3-build-config", |
|
1112 | "pyo3-build-config", | |
1152 | "quote", |
|
1113 | "quote", | |
1153 | "syn 2.0.89", |
|
1114 | "syn 2.0.89", | |
1154 | ] |
|
1115 | ] | |
1155 |
|
1116 | |||
1156 | [[package]] |
|
1117 | [[package]] | |
1157 | name = "python3-sys" |
|
1118 | name = "python3-sys" | |
1158 | version = "0.7.2" |
|
1119 | version = "0.7.2" | |
1159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1120 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1160 | checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5" |
|
1121 | checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5" | |
1161 | dependencies = [ |
|
1122 | dependencies = [ | |
1162 | "libc", |
|
1123 | "libc", | |
1163 | "regex", |
|
1124 | "regex", | |
1164 | ] |
|
1125 | ] | |
1165 |
|
1126 | |||
1166 | [[package]] |
|
1127 | [[package]] | |
1167 | name = "quote" |
|
1128 | name = "quote" | |
1168 | version = "1.0.37" |
|
1129 | version = "1.0.37" | |
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1130 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1170 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
|
1131 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" | |
1171 | dependencies = [ |
|
1132 | dependencies = [ | |
1172 | "proc-macro2", |
|
1133 | "proc-macro2", | |
1173 | ] |
|
1134 | ] | |
1174 |
|
1135 | |||
1175 | [[package]] |
|
1136 | [[package]] | |
1176 | name = "radium" |
|
1137 | name = "radium" | |
1177 | version = "0.7.0" |
|
1138 | version = "0.7.0" | |
1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1139 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1179 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
|
1140 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | |
1180 |
|
1141 | |||
1181 | [[package]] |
|
1142 | [[package]] | |
1182 | name = "rand" |
|
1143 | name = "rand" | |
1183 | version = "0.7.3" |
|
1144 | version = "0.7.3" | |
1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1145 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1185 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
1146 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | |
1186 | dependencies = [ |
|
1147 | dependencies = [ | |
1187 | "getrandom 0.1.16", |
|
1148 | "getrandom 0.1.16", | |
1188 | "libc", |
|
1149 | "libc", | |
1189 | "rand_chacha 0.2.2", |
|
1150 | "rand_chacha 0.2.2", | |
1190 | "rand_core 0.5.1", |
|
1151 | "rand_core 0.5.1", | |
1191 | "rand_hc", |
|
1152 | "rand_hc", | |
1192 | ] |
|
1153 | ] | |
1193 |
|
1154 | |||
1194 | [[package]] |
|
1155 | [[package]] | |
1195 | name = "rand" |
|
1156 | name = "rand" | |
1196 | version = "0.8.5" |
|
1157 | version = "0.8.5" | |
1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1158 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1198 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
1159 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | |
1199 | dependencies = [ |
|
1160 | dependencies = [ | |
1200 | "libc", |
|
1161 | "libc", | |
1201 | "rand_chacha 0.3.1", |
|
1162 | "rand_chacha 0.3.1", | |
1202 | "rand_core 0.6.4", |
|
1163 | "rand_core 0.6.4", | |
1203 | ] |
|
1164 | ] | |
1204 |
|
1165 | |||
1205 | [[package]] |
|
1166 | [[package]] | |
1206 | name = "rand_chacha" |
|
1167 | name = "rand_chacha" | |
1207 | version = "0.2.2" |
|
1168 | version = "0.2.2" | |
1208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1209 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
1170 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | |
1210 | dependencies = [ |
|
1171 | dependencies = [ | |
1211 | "ppv-lite86", |
|
1172 | "ppv-lite86", | |
1212 | "rand_core 0.5.1", |
|
1173 | "rand_core 0.5.1", | |
1213 | ] |
|
1174 | ] | |
1214 |
|
1175 | |||
1215 | [[package]] |
|
1176 | [[package]] | |
1216 | name = "rand_chacha" |
|
1177 | name = "rand_chacha" | |
1217 | version = "0.3.1" |
|
1178 | version = "0.3.1" | |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1179 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1219 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
1180 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | |
1220 | dependencies = [ |
|
1181 | dependencies = [ | |
1221 | "ppv-lite86", |
|
1182 | "ppv-lite86", | |
1222 | "rand_core 0.6.4", |
|
1183 | "rand_core 0.6.4", | |
1223 | ] |
|
1184 | ] | |
1224 |
|
1185 | |||
1225 | [[package]] |
|
1186 | [[package]] | |
1226 | name = "rand_core" |
|
1187 | name = "rand_core" | |
1227 | version = "0.5.1" |
|
1188 | version = "0.5.1" | |
1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1189 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1229 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
1190 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | |
1230 | dependencies = [ |
|
1191 | dependencies = [ | |
1231 | "getrandom 0.1.16", |
|
1192 | "getrandom 0.1.16", | |
1232 | ] |
|
1193 | ] | |
1233 |
|
1194 | |||
1234 | [[package]] |
|
1195 | [[package]] | |
1235 | name = "rand_core" |
|
1196 | name = "rand_core" | |
1236 | version = "0.6.4" |
|
1197 | version = "0.6.4" | |
1237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1198 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1238 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
1199 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" | |
1239 | dependencies = [ |
|
1200 | dependencies = [ | |
1240 | "getrandom 0.2.15", |
|
1201 | "getrandom 0.2.15", | |
1241 | ] |
|
1202 | ] | |
1242 |
|
1203 | |||
1243 | [[package]] |
|
1204 | [[package]] | |
1244 | name = "rand_distr" |
|
1205 | name = "rand_distr" | |
1245 | version = "0.4.3" |
|
1206 | version = "0.4.3" | |
1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1207 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1247 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
|
1208 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | |
1248 | dependencies = [ |
|
1209 | dependencies = [ | |
1249 | "num-traits", |
|
1210 | "num-traits", | |
1250 | "rand 0.8.5", |
|
1211 | "rand 0.8.5", | |
1251 | ] |
|
1212 | ] | |
1252 |
|
1213 | |||
1253 | [[package]] |
|
1214 | [[package]] | |
1254 | name = "rand_hc" |
|
1215 | name = "rand_hc" | |
1255 | version = "0.2.0" |
|
1216 | version = "0.2.0" | |
1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1217 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1257 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
1218 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
1258 | dependencies = [ |
|
1219 | dependencies = [ | |
1259 | "rand_core 0.5.1", |
|
1220 | "rand_core 0.5.1", | |
1260 | ] |
|
1221 | ] | |
1261 |
|
1222 | |||
1262 | [[package]] |
|
1223 | [[package]] | |
1263 | name = "rand_pcg" |
|
1224 | name = "rand_pcg" | |
1264 | version = "0.3.1" |
|
1225 | version = "0.3.1" | |
1265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1226 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1266 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
|
1227 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" | |
1267 | dependencies = [ |
|
1228 | dependencies = [ | |
1268 | "rand_core 0.6.4", |
|
1229 | "rand_core 0.6.4", | |
1269 | ] |
|
1230 | ] | |
1270 |
|
1231 | |||
1271 | [[package]] |
|
1232 | [[package]] | |
1272 | name = "rand_xoshiro" |
|
1233 | name = "rand_xoshiro" | |
1273 | version = "0.6.0" |
|
1234 | version = "0.6.0" | |
1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1235 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1275 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
|
1236 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" | |
1276 | dependencies = [ |
|
1237 | dependencies = [ | |
1277 | "rand_core 0.6.4", |
|
1238 | "rand_core 0.6.4", | |
1278 | ] |
|
1239 | ] | |
1279 |
|
1240 | |||
1280 | [[package]] |
|
1241 | [[package]] | |
1281 | name = "rayon" |
|
1242 | name = "rayon" | |
1282 | version = "1.10.0" |
|
1243 | version = "1.10.0" | |
1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1244 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1284 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
1245 | checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" | |
1285 | dependencies = [ |
|
1246 | dependencies = [ | |
1286 | "either", |
|
1247 | "either", | |
1287 | "rayon-core", |
|
1248 | "rayon-core", | |
1288 | ] |
|
1249 | ] | |
1289 |
|
1250 | |||
1290 | [[package]] |
|
1251 | [[package]] | |
1291 | name = "rayon-core" |
|
1252 | name = "rayon-core" | |
1292 | version = "1.12.1" |
|
1253 | version = "1.12.1" | |
1293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1254 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1294 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
1255 | checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" | |
1295 | dependencies = [ |
|
1256 | dependencies = [ | |
1296 | "crossbeam-deque", |
|
1257 | "crossbeam-deque", | |
1297 | "crossbeam-utils", |
|
1258 | "crossbeam-utils", | |
1298 | ] |
|
1259 | ] | |
1299 |
|
1260 | |||
1300 | [[package]] |
|
1261 | [[package]] | |
1301 | name = "redox_syscall" |
|
1262 | name = "redox_syscall" | |
1302 | version = "0.5.7" |
|
1263 | version = "0.5.7" | |
1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1264 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1304 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
|
1265 | checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" | |
1305 | dependencies = [ |
|
1266 | dependencies = [ | |
1306 | "bitflags 2.6.0", |
|
1267 | "bitflags 2.6.0", | |
1307 | ] |
|
1268 | ] | |
1308 |
|
1269 | |||
1309 | [[package]] |
|
1270 | [[package]] | |
1310 | name = "redox_users" |
|
1271 | name = "redox_users" | |
1311 | version = "0.4.6" |
|
1272 | version = "0.4.6" | |
1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1273 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1313 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
|
1274 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" | |
1314 | dependencies = [ |
|
1275 | dependencies = [ | |
1315 | "getrandom 0.2.15", |
|
1276 | "getrandom 0.2.15", | |
1316 | "libredox", |
|
1277 | "libredox", | |
1317 | "thiserror", |
|
1278 | "thiserror", | |
1318 | ] |
|
1279 | ] | |
1319 |
|
1280 | |||
1320 | [[package]] |
|
1281 | [[package]] | |
1321 | name = "regex" |
|
1282 | name = "regex" | |
1322 | version = "1.11.1" |
|
1283 | version = "1.11.1" | |
1323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1284 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1324 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
1285 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
1325 | dependencies = [ |
|
1286 | dependencies = [ | |
1326 | "aho-corasick", |
|
1287 | "aho-corasick", | |
1327 | "memchr", |
|
1288 | "memchr", | |
1328 | "regex-automata", |
|
1289 | "regex-automata", | |
1329 | "regex-syntax", |
|
1290 | "regex-syntax", | |
1330 | ] |
|
1291 | ] | |
1331 |
|
1292 | |||
1332 | [[package]] |
|
1293 | [[package]] | |
1333 | name = "regex-automata" |
|
1294 | name = "regex-automata" | |
1334 | version = "0.4.9" |
|
1295 | version = "0.4.9" | |
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1296 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1336 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
1297 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
1337 | dependencies = [ |
|
1298 | dependencies = [ | |
1338 | "aho-corasick", |
|
1299 | "aho-corasick", | |
1339 | "memchr", |
|
1300 | "memchr", | |
1340 | "regex-syntax", |
|
1301 | "regex-syntax", | |
1341 | ] |
|
1302 | ] | |
1342 |
|
1303 | |||
1343 | [[package]] |
|
1304 | [[package]] | |
1344 | name = "regex-syntax" |
|
1305 | name = "regex-syntax" | |
1345 | version = "0.8.5" |
|
1306 | version = "0.8.5" | |
1346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1307 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1347 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
1308 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
1348 |
|
1309 | |||
1349 | [[package]] |
|
1310 | [[package]] | |
1350 | name = "rhg" |
|
1311 | name = "rhg" | |
1351 | version = "0.1.0" |
|
1312 | version = "0.1.0" | |
1352 | dependencies = [ |
|
1313 | dependencies = [ | |
1353 | "chrono", |
|
1314 | "chrono", | |
1354 | "clap", |
|
1315 | "clap", | |
1355 | "derive_more", |
|
1316 | "derive_more", | |
1356 | "env_logger 0.11.5", |
|
1317 | "env_logger 0.11.5", | |
1357 | "format-bytes", |
|
1318 | "format-bytes", | |
1358 | "hg-core", |
|
1319 | "hg-core", | |
1359 | "home", |
|
1320 | "home", | |
1360 | "lazy_static", |
|
1321 | "lazy_static", | |
1361 | "libc", |
|
1322 | "libc", | |
1362 | "log", |
|
1323 | "log", | |
1363 | "logging_timer", |
|
1324 | "logging_timer", | |
1364 | "rayon", |
|
1325 | "rayon", | |
1365 | "regex", |
|
1326 | "regex", | |
1366 | "shellexpand", |
|
1327 | "shellexpand", | |
1367 | "which", |
|
1328 | "which", | |
1368 | "whoami", |
|
1329 | "whoami", | |
1369 | ] |
|
1330 | ] | |
1370 |
|
1331 | |||
1371 | [[package]] |
|
1332 | [[package]] | |
1372 | name = "rustc_version" |
|
1333 | name = "rustc_version" | |
1373 | version = "0.4.1" |
|
1334 | version = "0.4.1" | |
1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1375 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
1336 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" | |
1376 | dependencies = [ |
|
1337 | dependencies = [ | |
1377 | "semver", |
|
1338 | "semver", | |
1378 | ] |
|
1339 | ] | |
1379 |
|
1340 | |||
1380 | [[package]] |
|
1341 | [[package]] | |
1381 | name = "rustix" |
|
1342 | name = "rustix" | |
1382 | version = "0.38.41" |
|
1343 | version = "0.38.41" | |
1383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1344 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1384 | checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" |
|
1345 | checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" | |
1385 | dependencies = [ |
|
1346 | dependencies = [ | |
1386 | "bitflags 2.6.0", |
|
1347 | "bitflags 2.6.0", | |
1387 | "errno", |
|
1348 | "errno", | |
1388 | "libc", |
|
1349 | "libc", | |
1389 | "linux-raw-sys", |
|
1350 | "linux-raw-sys", | |
1390 | "windows-sys 0.52.0", |
|
1351 | "windows-sys 0.52.0", | |
1391 | ] |
|
1352 | ] | |
1392 |
|
1353 | |||
1393 | [[package]] |
|
1354 | [[package]] | |
1394 | name = "same-file" |
|
1355 | name = "same-file" | |
1395 | version = "1.0.6" |
|
1356 | version = "1.0.6" | |
1396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1357 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1397 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
1358 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
1398 | dependencies = [ |
|
1359 | dependencies = [ | |
1399 | "winapi-util", |
|
1360 | "winapi-util", | |
1400 | ] |
|
1361 | ] | |
1401 |
|
1362 | |||
1402 | [[package]] |
|
1363 | [[package]] | |
1403 | name = "schnellru" |
|
1364 | name = "schnellru" | |
1404 | version = "0.2.3" |
|
1365 | version = "0.2.3" | |
1405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1366 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1406 | checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" |
|
1367 | checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" | |
1407 | dependencies = [ |
|
1368 | dependencies = [ | |
1408 | "ahash", |
|
1369 | "ahash", | |
1409 | "cfg-if", |
|
1370 | "cfg-if", | |
1410 | "hashbrown 0.13.2", |
|
1371 | "hashbrown 0.13.2", | |
1411 | ] |
|
1372 | ] | |
1412 |
|
1373 | |||
1413 | [[package]] |
|
1374 | [[package]] | |
1414 | name = "scopeguard" |
|
|||
1415 | version = "1.2.0" |
|
|||
1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1417 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|||
1418 |
|
||||
1419 | [[package]] |
|
|||
1420 | name = "self_cell" |
|
1375 | name = "self_cell" | |
1421 | version = "1.0.4" |
|
1376 | version = "1.0.4" | |
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1377 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1423 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" |
|
1378 | checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" | |
1424 |
|
1379 | |||
1425 | [[package]] |
|
1380 | [[package]] | |
1426 | name = "semver" |
|
1381 | name = "semver" | |
1427 | version = "1.0.23" |
|
1382 | version = "1.0.23" | |
1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1383 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1429 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
1384 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" | |
1430 |
|
1385 | |||
1431 | [[package]] |
|
1386 | [[package]] | |
1432 | name = "serde" |
|
1387 | name = "serde" | |
1433 | version = "1.0.215" |
|
1388 | version = "1.0.215" | |
1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1389 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1435 | checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" |
|
1390 | checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" | |
1436 | dependencies = [ |
|
1391 | dependencies = [ | |
1437 | "serde_derive", |
|
1392 | "serde_derive", | |
1438 | ] |
|
1393 | ] | |
1439 |
|
1394 | |||
1440 | [[package]] |
|
1395 | [[package]] | |
1441 | name = "serde_derive" |
|
1396 | name = "serde_derive" | |
1442 | version = "1.0.215" |
|
1397 | version = "1.0.215" | |
1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1398 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1444 | checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" |
|
1399 | checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" | |
1445 | dependencies = [ |
|
1400 | dependencies = [ | |
1446 | "proc-macro2", |
|
1401 | "proc-macro2", | |
1447 | "quote", |
|
1402 | "quote", | |
1448 | "syn 2.0.89", |
|
1403 | "syn 2.0.89", | |
1449 | ] |
|
1404 | ] | |
1450 |
|
1405 | |||
1451 | [[package]] |
|
1406 | [[package]] | |
1452 | name = "serde_spanned" |
|
1407 | name = "serde_spanned" | |
1453 | version = "0.6.8" |
|
1408 | version = "0.6.8" | |
1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1409 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1455 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
|
1410 | checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" | |
1456 | dependencies = [ |
|
1411 | dependencies = [ | |
1457 | "serde", |
|
1412 | "serde", | |
1458 | ] |
|
1413 | ] | |
1459 |
|
1414 | |||
1460 | [[package]] |
|
1415 | [[package]] | |
1461 | name = "sha-1" |
|
1416 | name = "sha-1" | |
1462 | version = "0.9.8" |
|
1417 | version = "0.9.8" | |
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1418 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1464 | checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" |
|
1419 | checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" | |
1465 | dependencies = [ |
|
1420 | dependencies = [ | |
1466 | "block-buffer 0.9.0", |
|
1421 | "block-buffer 0.9.0", | |
1467 | "cfg-if", |
|
1422 | "cfg-if", | |
1468 | "cpufeatures", |
|
1423 | "cpufeatures", | |
1469 | "digest 0.9.0", |
|
1424 | "digest 0.9.0", | |
1470 | "opaque-debug", |
|
1425 | "opaque-debug", | |
1471 | ] |
|
1426 | ] | |
1472 |
|
1427 | |||
1473 | [[package]] |
|
1428 | [[package]] | |
1474 | name = "sha-1" |
|
1429 | name = "sha-1" | |
1475 | version = "0.10.1" |
|
1430 | version = "0.10.1" | |
1476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1431 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1477 | checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" |
|
1432 | checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" | |
1478 | dependencies = [ |
|
1433 | dependencies = [ | |
1479 | "cfg-if", |
|
1434 | "cfg-if", | |
1480 | "cpufeatures", |
|
1435 | "cpufeatures", | |
1481 | "digest 0.10.7", |
|
1436 | "digest 0.10.7", | |
1482 | ] |
|
1437 | ] | |
1483 |
|
1438 | |||
1484 | [[package]] |
|
1439 | [[package]] | |
1485 | name = "shellexpand" |
|
1440 | name = "shellexpand" | |
1486 | version = "3.1.0" |
|
1441 | version = "3.1.0" | |
1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1442 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1488 | checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" |
|
1443 | checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" | |
1489 | dependencies = [ |
|
1444 | dependencies = [ | |
1490 | "bstr", |
|
1445 | "bstr", | |
1491 | "dirs", |
|
1446 | "dirs", | |
1492 | "os_str_bytes", |
|
1447 | "os_str_bytes", | |
1493 | ] |
|
1448 | ] | |
1494 |
|
1449 | |||
1495 | [[package]] |
|
1450 | [[package]] | |
1496 | name = "shlex" |
|
1451 | name = "shlex" | |
1497 | version = "1.3.0" |
|
1452 | version = "1.3.0" | |
1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1453 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1499 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
1454 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
1500 |
|
1455 | |||
1501 | [[package]] |
|
1456 | [[package]] | |
1502 | name = "sized-chunks" |
|
1457 | name = "sized-chunks" | |
1503 | version = "0.6.5" |
|
1458 | version = "0.6.5" | |
1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1459 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1505 | checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" |
|
1460 | checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" | |
1506 | dependencies = [ |
|
1461 | dependencies = [ | |
1507 | "bitmaps", |
|
1462 | "bitmaps", | |
1508 | "typenum", |
|
1463 | "typenum", | |
1509 | ] |
|
1464 | ] | |
1510 |
|
1465 | |||
1511 | [[package]] |
|
1466 | [[package]] | |
1512 | name = "smallvec" |
|
|||
1513 | version = "1.13.2" |
|
|||
1514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
1515 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|||
1516 |
|
||||
1517 | [[package]] |
|
|||
1518 | name = "stable_deref_trait" |
|
1467 | name = "stable_deref_trait" | |
1519 | version = "1.2.0" |
|
1468 | version = "1.2.0" | |
1520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1469 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1521 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
1470 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | |
1522 |
|
1471 | |||
1523 | [[package]] |
|
1472 | [[package]] | |
1524 | name = "static_assertions" |
|
1473 | name = "static_assertions" | |
1525 | version = "1.1.0" |
|
1474 | version = "1.1.0" | |
1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1475 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1527 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
1476 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | |
1528 |
|
1477 | |||
1529 | [[package]] |
|
1478 | [[package]] | |
1530 | name = "strsim" |
|
1479 | name = "strsim" | |
1531 | version = "0.11.1" |
|
1480 | version = "0.11.1" | |
1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1481 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1533 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
1482 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | |
1534 |
|
1483 | |||
1535 | [[package]] |
|
1484 | [[package]] | |
1536 | name = "syn" |
|
1485 | name = "syn" | |
1537 | version = "1.0.109" |
|
1486 | version = "1.0.109" | |
1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1487 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1539 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
1488 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | |
1540 | dependencies = [ |
|
1489 | dependencies = [ | |
1541 | "proc-macro2", |
|
1490 | "proc-macro2", | |
1542 | "quote", |
|
1491 | "quote", | |
1543 | "unicode-ident", |
|
1492 | "unicode-ident", | |
1544 | ] |
|
1493 | ] | |
1545 |
|
1494 | |||
1546 | [[package]] |
|
1495 | [[package]] | |
1547 | name = "syn" |
|
1496 | name = "syn" | |
1548 | version = "2.0.89" |
|
1497 | version = "2.0.89" | |
1549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1498 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1550 | checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" |
|
1499 | checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" | |
1551 | dependencies = [ |
|
1500 | dependencies = [ | |
1552 | "proc-macro2", |
|
1501 | "proc-macro2", | |
1553 | "quote", |
|
1502 | "quote", | |
1554 | "unicode-ident", |
|
1503 | "unicode-ident", | |
1555 | ] |
|
1504 | ] | |
1556 |
|
1505 | |||
1557 | [[package]] |
|
1506 | [[package]] | |
1558 | name = "tap" |
|
1507 | name = "tap" | |
1559 | version = "1.0.1" |
|
1508 | version = "1.0.1" | |
1560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1509 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1561 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
1510 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" | |
1562 |
|
1511 | |||
1563 | [[package]] |
|
1512 | [[package]] | |
1564 | name = "target-lexicon" |
|
1513 | name = "target-lexicon" | |
1565 | version = "0.12.16" |
|
1514 | version = "0.12.16" | |
1566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1515 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1567 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
|
1516 | checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" | |
1568 |
|
1517 | |||
1569 | [[package]] |
|
1518 | [[package]] | |
1570 | name = "tempfile" |
|
1519 | name = "tempfile" | |
1571 | version = "3.14.0" |
|
1520 | version = "3.14.0" | |
1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1521 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1573 | checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" |
|
1522 | checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" | |
1574 | dependencies = [ |
|
1523 | dependencies = [ | |
1575 | "cfg-if", |
|
1524 | "cfg-if", | |
1576 | "fastrand", |
|
1525 | "fastrand", | |
1577 | "once_cell", |
|
1526 | "once_cell", | |
1578 | "rustix", |
|
1527 | "rustix", | |
1579 | "windows-sys 0.59.0", |
|
1528 | "windows-sys 0.59.0", | |
1580 | ] |
|
1529 | ] | |
1581 |
|
1530 | |||
1582 | [[package]] |
|
1531 | [[package]] | |
1583 | name = "termcolor" |
|
1532 | name = "termcolor" | |
1584 | version = "1.4.1" |
|
1533 | version = "1.4.1" | |
1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1534 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1586 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
1535 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" | |
1587 | dependencies = [ |
|
1536 | dependencies = [ | |
1588 | "winapi-util", |
|
1537 | "winapi-util", | |
1589 | ] |
|
1538 | ] | |
1590 |
|
1539 | |||
1591 | [[package]] |
|
1540 | [[package]] | |
1592 | name = "thiserror" |
|
1541 | name = "thiserror" | |
1593 | version = "1.0.69" |
|
1542 | version = "1.0.69" | |
1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1543 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1595 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
1544 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" | |
1596 | dependencies = [ |
|
1545 | dependencies = [ | |
1597 | "thiserror-impl", |
|
1546 | "thiserror-impl", | |
1598 | ] |
|
1547 | ] | |
1599 |
|
1548 | |||
1600 | [[package]] |
|
1549 | [[package]] | |
1601 | name = "thiserror-impl" |
|
1550 | name = "thiserror-impl" | |
1602 | version = "1.0.69" |
|
1551 | version = "1.0.69" | |
1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1552 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1604 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
1553 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" | |
1605 | dependencies = [ |
|
1554 | dependencies = [ | |
1606 | "proc-macro2", |
|
1555 | "proc-macro2", | |
1607 | "quote", |
|
1556 | "quote", | |
1608 | "syn 2.0.89", |
|
1557 | "syn 2.0.89", | |
1609 | ] |
|
1558 | ] | |
1610 |
|
1559 | |||
1611 | [[package]] |
|
1560 | [[package]] | |
1612 | name = "thread_local" |
|
1561 | name = "thread_local" | |
1613 | version = "1.1.8" |
|
1562 | version = "1.1.8" | |
1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1563 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1615 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
1564 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" | |
1616 | dependencies = [ |
|
1565 | dependencies = [ | |
1617 | "cfg-if", |
|
1566 | "cfg-if", | |
1618 | "once_cell", |
|
1567 | "once_cell", | |
1619 | ] |
|
1568 | ] | |
1620 |
|
1569 | |||
1621 | [[package]] |
|
1570 | [[package]] | |
1622 | name = "toml" |
|
1571 | name = "toml" | |
1623 | version = "0.6.0" |
|
1572 | version = "0.6.0" | |
1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1573 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1625 | checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217" |
|
1574 | checksum = "4fb9d890e4dc9298b70f740f615f2e05b9db37dce531f6b24fb77ac993f9f217" | |
1626 | dependencies = [ |
|
1575 | dependencies = [ | |
1627 | "serde", |
|
1576 | "serde", | |
1628 | "serde_spanned", |
|
1577 | "serde_spanned", | |
1629 | "toml_datetime", |
|
1578 | "toml_datetime", | |
1630 | "toml_edit", |
|
1579 | "toml_edit", | |
1631 | ] |
|
1580 | ] | |
1632 |
|
1581 | |||
1633 | [[package]] |
|
1582 | [[package]] | |
1634 | name = "toml_datetime" |
|
1583 | name = "toml_datetime" | |
1635 | version = "0.5.1" |
|
1584 | version = "0.5.1" | |
1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1585 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1637 | checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5" |
|
1586 | checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5" | |
1638 | dependencies = [ |
|
1587 | dependencies = [ | |
1639 | "serde", |
|
1588 | "serde", | |
1640 | ] |
|
1589 | ] | |
1641 |
|
1590 | |||
1642 | [[package]] |
|
1591 | [[package]] | |
1643 | name = "toml_edit" |
|
1592 | name = "toml_edit" | |
1644 | version = "0.18.1" |
|
1593 | version = "0.18.1" | |
1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1594 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1646 | checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b" |
|
1595 | checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b" | |
1647 | dependencies = [ |
|
1596 | dependencies = [ | |
1648 | "indexmap", |
|
1597 | "indexmap", | |
1649 | "nom8", |
|
1598 | "nom8", | |
1650 | "serde", |
|
1599 | "serde", | |
1651 | "serde_spanned", |
|
1600 | "serde_spanned", | |
1652 | "toml_datetime", |
|
1601 | "toml_datetime", | |
1653 | ] |
|
1602 | ] | |
1654 |
|
1603 | |||
1655 | [[package]] |
|
1604 | [[package]] | |
1656 | name = "twox-hash" |
|
1605 | name = "twox-hash" | |
1657 | version = "1.6.3" |
|
1606 | version = "1.6.3" | |
1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1607 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1659 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
|
1608 | checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" | |
1660 | dependencies = [ |
|
1609 | dependencies = [ | |
1661 | "cfg-if", |
|
1610 | "cfg-if", | |
1662 | "rand 0.8.5", |
|
1611 | "rand 0.8.5", | |
1663 | "static_assertions", |
|
1612 | "static_assertions", | |
1664 | ] |
|
1613 | ] | |
1665 |
|
1614 | |||
1666 | [[package]] |
|
1615 | [[package]] | |
1667 | name = "typenum" |
|
1616 | name = "typenum" | |
1668 | version = "1.17.0" |
|
1617 | version = "1.17.0" | |
1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1618 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1670 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
1619 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" | |
1671 |
|
1620 | |||
1672 | [[package]] |
|
1621 | [[package]] | |
1673 | name = "unicode-ident" |
|
1622 | name = "unicode-ident" | |
1674 | version = "1.0.14" |
|
1623 | version = "1.0.14" | |
1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1624 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1676 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
1625 | checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" | |
1677 |
|
1626 | |||
1678 | [[package]] |
|
1627 | [[package]] | |
1679 | name = "unicode-width" |
|
1628 | name = "unicode-width" | |
1680 | version = "0.1.14" |
|
1629 | version = "0.1.14" | |
1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1630 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1682 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
1631 | checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" | |
1683 |
|
1632 | |||
1684 | [[package]] |
|
1633 | [[package]] | |
1685 | name = "unicode-width" |
|
1634 | name = "unicode-width" | |
1686 | version = "0.2.0" |
|
1635 | version = "0.2.0" | |
1687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1636 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1688 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
|
1637 | checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" | |
1689 |
|
1638 | |||
1690 | [[package]] |
|
1639 | [[package]] | |
1691 | name = "unindent" |
|
1640 | name = "unindent" | |
1692 | version = "0.2.3" |
|
1641 | version = "0.2.3" | |
1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1642 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1694 | checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
|
1643 | checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" | |
1695 |
|
1644 | |||
1696 | [[package]] |
|
1645 | [[package]] | |
1697 | name = "utf8parse" |
|
1646 | name = "utf8parse" | |
1698 | version = "0.2.2" |
|
1647 | version = "0.2.2" | |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1648 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1700 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
1649 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
1701 |
|
1650 | |||
1702 | [[package]] |
|
1651 | [[package]] | |
1703 | name = "uuid" |
|
1652 | name = "uuid" | |
1704 | version = "1.11.0" |
|
1653 | version = "1.11.0" | |
1705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1654 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1706 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |
|
1655 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" | |
1707 | dependencies = [ |
|
1656 | dependencies = [ | |
1708 | "getrandom 0.2.15", |
|
1657 | "getrandom 0.2.15", | |
1709 | ] |
|
1658 | ] | |
1710 |
|
1659 | |||
1711 | [[package]] |
|
1660 | [[package]] | |
1712 | name = "vcpkg" |
|
1661 | name = "vcpkg" | |
1713 | version = "0.2.15" |
|
1662 | version = "0.2.15" | |
1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1663 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1715 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
1664 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
1716 |
|
1665 | |||
1717 | [[package]] |
|
1666 | [[package]] | |
1718 | name = "vcsgraph" |
|
1667 | name = "vcsgraph" | |
1719 | version = "0.2.0" |
|
1668 | version = "0.2.0" | |
1720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1669 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1721 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" |
|
1670 | checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" | |
1722 | dependencies = [ |
|
1671 | dependencies = [ | |
1723 | "hex", |
|
1672 | "hex", | |
1724 | "rand 0.7.3", |
|
1673 | "rand 0.7.3", | |
1725 | "sha-1 0.9.8", |
|
1674 | "sha-1 0.9.8", | |
1726 | ] |
|
1675 | ] | |
1727 |
|
1676 | |||
1728 | [[package]] |
|
1677 | [[package]] | |
1729 | name = "version_check" |
|
1678 | name = "version_check" | |
1730 | version = "0.9.5" |
|
1679 | version = "0.9.5" | |
1731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1680 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1732 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
1681 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | |
1733 |
|
1682 | |||
1734 | [[package]] |
|
1683 | [[package]] | |
1735 | name = "wasi" |
|
1684 | name = "wasi" | |
1736 | version = "0.9.0+wasi-snapshot-preview1" |
|
1685 | version = "0.9.0+wasi-snapshot-preview1" | |
1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1686 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1738 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
1687 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
1739 |
|
1688 | |||
1740 | [[package]] |
|
1689 | [[package]] | |
1741 | name = "wasi" |
|
1690 | name = "wasi" | |
1742 | version = "0.11.0+wasi-snapshot-preview1" |
|
1691 | version = "0.11.0+wasi-snapshot-preview1" | |
1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1692 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1744 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
1693 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
1745 |
|
1694 | |||
1746 | [[package]] |
|
1695 | [[package]] | |
1747 | name = "wasite" |
|
1696 | name = "wasite" | |
1748 | version = "0.1.0" |
|
1697 | version = "0.1.0" | |
1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1698 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1750 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
|
1699 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" | |
1751 |
|
1700 | |||
1752 | [[package]] |
|
1701 | [[package]] | |
1753 | name = "wasm-bindgen" |
|
1702 | name = "wasm-bindgen" | |
1754 | version = "0.2.95" |
|
1703 | version = "0.2.95" | |
1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1704 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1756 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" |
|
1705 | checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" | |
1757 | dependencies = [ |
|
1706 | dependencies = [ | |
1758 | "cfg-if", |
|
1707 | "cfg-if", | |
1759 | "once_cell", |
|
1708 | "once_cell", | |
1760 | "wasm-bindgen-macro", |
|
1709 | "wasm-bindgen-macro", | |
1761 | ] |
|
1710 | ] | |
1762 |
|
1711 | |||
1763 | [[package]] |
|
1712 | [[package]] | |
1764 | name = "wasm-bindgen-backend" |
|
1713 | name = "wasm-bindgen-backend" | |
1765 | version = "0.2.95" |
|
1714 | version = "0.2.95" | |
1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1715 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1767 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" |
|
1716 | checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" | |
1768 | dependencies = [ |
|
1717 | dependencies = [ | |
1769 | "bumpalo", |
|
1718 | "bumpalo", | |
1770 | "log", |
|
1719 | "log", | |
1771 | "once_cell", |
|
1720 | "once_cell", | |
1772 | "proc-macro2", |
|
1721 | "proc-macro2", | |
1773 | "quote", |
|
1722 | "quote", | |
1774 | "syn 2.0.89", |
|
1723 | "syn 2.0.89", | |
1775 | "wasm-bindgen-shared", |
|
1724 | "wasm-bindgen-shared", | |
1776 | ] |
|
1725 | ] | |
1777 |
|
1726 | |||
1778 | [[package]] |
|
1727 | [[package]] | |
1779 | name = "wasm-bindgen-macro" |
|
1728 | name = "wasm-bindgen-macro" | |
1780 | version = "0.2.95" |
|
1729 | version = "0.2.95" | |
1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1730 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1782 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" |
|
1731 | checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" | |
1783 | dependencies = [ |
|
1732 | dependencies = [ | |
1784 | "quote", |
|
1733 | "quote", | |
1785 | "wasm-bindgen-macro-support", |
|
1734 | "wasm-bindgen-macro-support", | |
1786 | ] |
|
1735 | ] | |
1787 |
|
1736 | |||
1788 | [[package]] |
|
1737 | [[package]] | |
1789 | name = "wasm-bindgen-macro-support" |
|
1738 | name = "wasm-bindgen-macro-support" | |
1790 | version = "0.2.95" |
|
1739 | version = "0.2.95" | |
1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1740 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1792 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" |
|
1741 | checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" | |
1793 | dependencies = [ |
|
1742 | dependencies = [ | |
1794 | "proc-macro2", |
|
1743 | "proc-macro2", | |
1795 | "quote", |
|
1744 | "quote", | |
1796 | "syn 2.0.89", |
|
1745 | "syn 2.0.89", | |
1797 | "wasm-bindgen-backend", |
|
1746 | "wasm-bindgen-backend", | |
1798 | "wasm-bindgen-shared", |
|
1747 | "wasm-bindgen-shared", | |
1799 | ] |
|
1748 | ] | |
1800 |
|
1749 | |||
1801 | [[package]] |
|
1750 | [[package]] | |
1802 | name = "wasm-bindgen-shared" |
|
1751 | name = "wasm-bindgen-shared" | |
1803 | version = "0.2.95" |
|
1752 | version = "0.2.95" | |
1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1753 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1805 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" |
|
1754 | checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" | |
1806 |
|
1755 | |||
1807 | [[package]] |
|
1756 | [[package]] | |
1808 | name = "web-sys" |
|
1757 | name = "web-sys" | |
1809 | version = "0.3.72" |
|
1758 | version = "0.3.72" | |
1810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1759 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1811 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" |
|
1760 | checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" | |
1812 | dependencies = [ |
|
1761 | dependencies = [ | |
1813 | "js-sys", |
|
1762 | "js-sys", | |
1814 | "wasm-bindgen", |
|
1763 | "wasm-bindgen", | |
1815 | ] |
|
1764 | ] | |
1816 |
|
1765 | |||
1817 | [[package]] |
|
1766 | [[package]] | |
1818 | name = "web-time" |
|
1767 | name = "web-time" | |
1819 | version = "1.1.0" |
|
1768 | version = "1.1.0" | |
1820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1769 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1821 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
|
1770 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" | |
1822 | dependencies = [ |
|
1771 | dependencies = [ | |
1823 | "js-sys", |
|
1772 | "js-sys", | |
1824 | "wasm-bindgen", |
|
1773 | "wasm-bindgen", | |
1825 | ] |
|
1774 | ] | |
1826 |
|
1775 | |||
1827 | [[package]] |
|
1776 | [[package]] | |
1828 | name = "which" |
|
1777 | name = "which" | |
1829 | version = "4.4.2" |
|
1778 | version = "4.4.2" | |
1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1779 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1831 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" |
|
1780 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" | |
1832 | dependencies = [ |
|
1781 | dependencies = [ | |
1833 | "either", |
|
1782 | "either", | |
1834 | "home", |
|
1783 | "home", | |
1835 | "once_cell", |
|
1784 | "once_cell", | |
1836 | "rustix", |
|
1785 | "rustix", | |
1837 | ] |
|
1786 | ] | |
1838 |
|
1787 | |||
1839 | [[package]] |
|
1788 | [[package]] | |
1840 | name = "whoami" |
|
1789 | name = "whoami" | |
1841 | version = "1.5.2" |
|
1790 | version = "1.5.2" | |
1842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1791 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1843 | checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" |
|
1792 | checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" | |
1844 | dependencies = [ |
|
1793 | dependencies = [ | |
1845 | "redox_syscall", |
|
1794 | "redox_syscall", | |
1846 | "wasite", |
|
1795 | "wasite", | |
1847 | "web-sys", |
|
1796 | "web-sys", | |
1848 | ] |
|
1797 | ] | |
1849 |
|
1798 | |||
1850 | [[package]] |
|
1799 | [[package]] | |
1851 | name = "winapi" |
|
1800 | name = "winapi" | |
1852 | version = "0.3.9" |
|
1801 | version = "0.3.9" | |
1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1802 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1854 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
1803 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | |
1855 | dependencies = [ |
|
1804 | dependencies = [ | |
1856 | "winapi-i686-pc-windows-gnu", |
|
1805 | "winapi-i686-pc-windows-gnu", | |
1857 | "winapi-x86_64-pc-windows-gnu", |
|
1806 | "winapi-x86_64-pc-windows-gnu", | |
1858 | ] |
|
1807 | ] | |
1859 |
|
1808 | |||
1860 | [[package]] |
|
1809 | [[package]] | |
1861 | name = "winapi-i686-pc-windows-gnu" |
|
1810 | name = "winapi-i686-pc-windows-gnu" | |
1862 | version = "0.4.0" |
|
1811 | version = "0.4.0" | |
1863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1812 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1864 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
1813 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | |
1865 |
|
1814 | |||
1866 | [[package]] |
|
1815 | [[package]] | |
1867 | name = "winapi-util" |
|
1816 | name = "winapi-util" | |
1868 | version = "0.1.9" |
|
1817 | version = "0.1.9" | |
1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1818 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1870 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
|
1819 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" | |
1871 | dependencies = [ |
|
1820 | dependencies = [ | |
1872 | "windows-sys 0.59.0", |
|
1821 | "windows-sys 0.59.0", | |
1873 | ] |
|
1822 | ] | |
1874 |
|
1823 | |||
1875 | [[package]] |
|
1824 | [[package]] | |
1876 | name = "winapi-x86_64-pc-windows-gnu" |
|
1825 | name = "winapi-x86_64-pc-windows-gnu" | |
1877 | version = "0.4.0" |
|
1826 | version = "0.4.0" | |
1878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1827 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1879 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
1828 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |
1880 |
|
1829 | |||
1881 | [[package]] |
|
1830 | [[package]] | |
1882 | name = "windows-core" |
|
1831 | name = "windows-core" | |
1883 | version = "0.52.0" |
|
1832 | version = "0.52.0" | |
1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1833 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1885 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
1834 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" | |
1886 | dependencies = [ |
|
1835 | dependencies = [ | |
1887 | "windows-targets 0.52.6", |
|
1836 | "windows-targets 0.52.6", | |
1888 | ] |
|
1837 | ] | |
1889 |
|
1838 | |||
1890 | [[package]] |
|
1839 | [[package]] | |
1891 | name = "windows-sys" |
|
1840 | name = "windows-sys" | |
1892 | version = "0.48.0" |
|
1841 | version = "0.48.0" | |
1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1842 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1894 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
1843 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | |
1895 | dependencies = [ |
|
1844 | dependencies = [ | |
1896 | "windows-targets 0.48.5", |
|
1845 | "windows-targets 0.48.5", | |
1897 | ] |
|
1846 | ] | |
1898 |
|
1847 | |||
1899 | [[package]] |
|
1848 | [[package]] | |
1900 | name = "windows-sys" |
|
1849 | name = "windows-sys" | |
1901 | version = "0.52.0" |
|
1850 | version = "0.52.0" | |
1902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1851 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1903 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
1852 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
1904 | dependencies = [ |
|
1853 | dependencies = [ | |
1905 | "windows-targets 0.52.6", |
|
1854 | "windows-targets 0.52.6", | |
1906 | ] |
|
1855 | ] | |
1907 |
|
1856 | |||
1908 | [[package]] |
|
1857 | [[package]] | |
1909 | name = "windows-sys" |
|
1858 | name = "windows-sys" | |
1910 | version = "0.59.0" |
|
1859 | version = "0.59.0" | |
1911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1860 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1912 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
1861 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
1913 | dependencies = [ |
|
1862 | dependencies = [ | |
1914 | "windows-targets 0.52.6", |
|
1863 | "windows-targets 0.52.6", | |
1915 | ] |
|
1864 | ] | |
1916 |
|
1865 | |||
1917 | [[package]] |
|
1866 | [[package]] | |
1918 | name = "windows-targets" |
|
1867 | name = "windows-targets" | |
1919 | version = "0.48.5" |
|
1868 | version = "0.48.5" | |
1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1869 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1921 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
1870 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | |
1922 | dependencies = [ |
|
1871 | dependencies = [ | |
1923 | "windows_aarch64_gnullvm 0.48.5", |
|
1872 | "windows_aarch64_gnullvm 0.48.5", | |
1924 | "windows_aarch64_msvc 0.48.5", |
|
1873 | "windows_aarch64_msvc 0.48.5", | |
1925 | "windows_i686_gnu 0.48.5", |
|
1874 | "windows_i686_gnu 0.48.5", | |
1926 | "windows_i686_msvc 0.48.5", |
|
1875 | "windows_i686_msvc 0.48.5", | |
1927 | "windows_x86_64_gnu 0.48.5", |
|
1876 | "windows_x86_64_gnu 0.48.5", | |
1928 | "windows_x86_64_gnullvm 0.48.5", |
|
1877 | "windows_x86_64_gnullvm 0.48.5", | |
1929 | "windows_x86_64_msvc 0.48.5", |
|
1878 | "windows_x86_64_msvc 0.48.5", | |
1930 | ] |
|
1879 | ] | |
1931 |
|
1880 | |||
1932 | [[package]] |
|
1881 | [[package]] | |
1933 | name = "windows-targets" |
|
1882 | name = "windows-targets" | |
1934 | version = "0.52.6" |
|
1883 | version = "0.52.6" | |
1935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1884 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1936 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
1885 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
1937 | dependencies = [ |
|
1886 | dependencies = [ | |
1938 | "windows_aarch64_gnullvm 0.52.6", |
|
1887 | "windows_aarch64_gnullvm 0.52.6", | |
1939 | "windows_aarch64_msvc 0.52.6", |
|
1888 | "windows_aarch64_msvc 0.52.6", | |
1940 | "windows_i686_gnu 0.52.6", |
|
1889 | "windows_i686_gnu 0.52.6", | |
1941 | "windows_i686_gnullvm", |
|
1890 | "windows_i686_gnullvm", | |
1942 | "windows_i686_msvc 0.52.6", |
|
1891 | "windows_i686_msvc 0.52.6", | |
1943 | "windows_x86_64_gnu 0.52.6", |
|
1892 | "windows_x86_64_gnu 0.52.6", | |
1944 | "windows_x86_64_gnullvm 0.52.6", |
|
1893 | "windows_x86_64_gnullvm 0.52.6", | |
1945 | "windows_x86_64_msvc 0.52.6", |
|
1894 | "windows_x86_64_msvc 0.52.6", | |
1946 | ] |
|
1895 | ] | |
1947 |
|
1896 | |||
1948 | [[package]] |
|
1897 | [[package]] | |
1949 | name = "windows_aarch64_gnullvm" |
|
1898 | name = "windows_aarch64_gnullvm" | |
1950 | version = "0.48.5" |
|
1899 | version = "0.48.5" | |
1951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1900 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1952 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
1901 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | |
1953 |
|
1902 | |||
1954 | [[package]] |
|
1903 | [[package]] | |
1955 | name = "windows_aarch64_gnullvm" |
|
1904 | name = "windows_aarch64_gnullvm" | |
1956 | version = "0.52.6" |
|
1905 | version = "0.52.6" | |
1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1906 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1958 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
1907 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
1959 |
|
1908 | |||
1960 | [[package]] |
|
1909 | [[package]] | |
1961 | name = "windows_aarch64_msvc" |
|
1910 | name = "windows_aarch64_msvc" | |
1962 | version = "0.48.5" |
|
1911 | version = "0.48.5" | |
1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1912 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1964 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
1913 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | |
1965 |
|
1914 | |||
1966 | [[package]] |
|
1915 | [[package]] | |
1967 | name = "windows_aarch64_msvc" |
|
1916 | name = "windows_aarch64_msvc" | |
1968 | version = "0.52.6" |
|
1917 | version = "0.52.6" | |
1969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1918 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1970 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
1919 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
1971 |
|
1920 | |||
1972 | [[package]] |
|
1921 | [[package]] | |
1973 | name = "windows_i686_gnu" |
|
1922 | name = "windows_i686_gnu" | |
1974 | version = "0.48.5" |
|
1923 | version = "0.48.5" | |
1975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1924 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1976 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
1925 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | |
1977 |
|
1926 | |||
1978 | [[package]] |
|
1927 | [[package]] | |
1979 | name = "windows_i686_gnu" |
|
1928 | name = "windows_i686_gnu" | |
1980 | version = "0.52.6" |
|
1929 | version = "0.52.6" | |
1981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1930 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1982 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
1931 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
1983 |
|
1932 | |||
1984 | [[package]] |
|
1933 | [[package]] | |
1985 | name = "windows_i686_gnullvm" |
|
1934 | name = "windows_i686_gnullvm" | |
1986 | version = "0.52.6" |
|
1935 | version = "0.52.6" | |
1987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1936 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1988 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
1937 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
1989 |
|
1938 | |||
1990 | [[package]] |
|
1939 | [[package]] | |
1991 | name = "windows_i686_msvc" |
|
1940 | name = "windows_i686_msvc" | |
1992 | version = "0.48.5" |
|
1941 | version = "0.48.5" | |
1993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1942 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1994 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
1943 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | |
1995 |
|
1944 | |||
1996 | [[package]] |
|
1945 | [[package]] | |
1997 | name = "windows_i686_msvc" |
|
1946 | name = "windows_i686_msvc" | |
1998 | version = "0.52.6" |
|
1947 | version = "0.52.6" | |
1999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1948 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2000 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
1949 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
2001 |
|
1950 | |||
2002 | [[package]] |
|
1951 | [[package]] | |
2003 | name = "windows_x86_64_gnu" |
|
1952 | name = "windows_x86_64_gnu" | |
2004 | version = "0.48.5" |
|
1953 | version = "0.48.5" | |
2005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1954 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2006 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
1955 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | |
2007 |
|
1956 | |||
2008 | [[package]] |
|
1957 | [[package]] | |
2009 | name = "windows_x86_64_gnu" |
|
1958 | name = "windows_x86_64_gnu" | |
2010 | version = "0.52.6" |
|
1959 | version = "0.52.6" | |
2011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1960 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2012 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
1961 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
2013 |
|
1962 | |||
2014 | [[package]] |
|
1963 | [[package]] | |
2015 | name = "windows_x86_64_gnullvm" |
|
1964 | name = "windows_x86_64_gnullvm" | |
2016 | version = "0.48.5" |
|
1965 | version = "0.48.5" | |
2017 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1966 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2018 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
1967 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | |
2019 |
|
1968 | |||
2020 | [[package]] |
|
1969 | [[package]] | |
2021 | name = "windows_x86_64_gnullvm" |
|
1970 | name = "windows_x86_64_gnullvm" | |
2022 | version = "0.52.6" |
|
1971 | version = "0.52.6" | |
2023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1972 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2024 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
1973 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
2025 |
|
1974 | |||
2026 | [[package]] |
|
1975 | [[package]] | |
2027 | name = "windows_x86_64_msvc" |
|
1976 | name = "windows_x86_64_msvc" | |
2028 | version = "0.48.5" |
|
1977 | version = "0.48.5" | |
2029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1978 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2030 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
1979 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | |
2031 |
|
1980 | |||
2032 | [[package]] |
|
1981 | [[package]] | |
2033 | name = "windows_x86_64_msvc" |
|
1982 | name = "windows_x86_64_msvc" | |
2034 | version = "0.52.6" |
|
1983 | version = "0.52.6" | |
2035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1984 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2036 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
1985 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | |
2037 |
|
1986 | |||
2038 | [[package]] |
|
1987 | [[package]] | |
2039 | name = "wyz" |
|
1988 | name = "wyz" | |
2040 | version = "0.5.1" |
|
1989 | version = "0.5.1" | |
2041 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1990 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2042 | checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
|
1991 | checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" | |
2043 | dependencies = [ |
|
1992 | dependencies = [ | |
2044 | "tap", |
|
1993 | "tap", | |
2045 | ] |
|
1994 | ] | |
2046 |
|
1995 | |||
2047 | [[package]] |
|
1996 | [[package]] | |
2048 | name = "yansi" |
|
1997 | name = "yansi" | |
2049 | version = "1.0.1" |
|
1998 | version = "1.0.1" | |
2050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
1999 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2051 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" |
|
2000 | checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" | |
2052 |
|
2001 | |||
2053 | [[package]] |
|
2002 | [[package]] | |
2054 | name = "zerocopy" |
|
2003 | name = "zerocopy" | |
2055 | version = "0.7.35" |
|
2004 | version = "0.7.35" | |
2056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
2005 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2057 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
|
2006 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" | |
2058 | dependencies = [ |
|
2007 | dependencies = [ | |
2059 | "byteorder", |
|
2008 | "byteorder", | |
2060 | "zerocopy-derive", |
|
2009 | "zerocopy-derive", | |
2061 | ] |
|
2010 | ] | |
2062 |
|
2011 | |||
2063 | [[package]] |
|
2012 | [[package]] | |
2064 | name = "zerocopy-derive" |
|
2013 | name = "zerocopy-derive" | |
2065 | version = "0.7.35" |
|
2014 | version = "0.7.35" | |
2066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
2015 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2067 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
|
2016 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" | |
2068 | dependencies = [ |
|
2017 | dependencies = [ | |
2069 | "proc-macro2", |
|
2018 | "proc-macro2", | |
2070 | "quote", |
|
2019 | "quote", | |
2071 | "syn 2.0.89", |
|
2020 | "syn 2.0.89", | |
2072 | ] |
|
2021 | ] | |
2073 |
|
2022 | |||
2074 | [[package]] |
|
2023 | [[package]] | |
2075 | name = "zstd" |
|
2024 | name = "zstd" | |
2076 | version = "0.12.4" |
|
2025 | version = "0.12.4" | |
2077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
2026 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2078 | checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" |
|
2027 | checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" | |
2079 | dependencies = [ |
|
2028 | dependencies = [ | |
2080 | "zstd-safe", |
|
2029 | "zstd-safe", | |
2081 | ] |
|
2030 | ] | |
2082 |
|
2031 | |||
2083 | [[package]] |
|
2032 | [[package]] | |
2084 | name = "zstd-safe" |
|
2033 | name = "zstd-safe" | |
2085 | version = "6.0.6" |
|
2034 | version = "6.0.6" | |
2086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
2035 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2087 | checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" |
|
2036 | checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" | |
2088 | dependencies = [ |
|
2037 | dependencies = [ | |
2089 | "libc", |
|
2038 | "libc", | |
2090 | "zstd-sys", |
|
2039 | "zstd-sys", | |
2091 | ] |
|
2040 | ] | |
2092 |
|
2041 | |||
2093 | [[package]] |
|
2042 | [[package]] | |
2094 | name = "zstd-sys" |
|
2043 | name = "zstd-sys" | |
2095 | version = "2.0.13+zstd.1.5.6" |
|
2044 | version = "2.0.13+zstd.1.5.6" | |
2096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
2045 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2097 | checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" |
|
2046 | checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" | |
2098 | dependencies = [ |
|
2047 | dependencies = [ | |
2099 | "cc", |
|
2048 | "cc", | |
2100 | "pkg-config", |
|
2049 | "pkg-config", | |
2101 | ] |
|
2050 | ] |
@@ -1,15 +1,15 | |||||
1 | [package] |
|
1 | [package] | |
2 | name = "hg-pyo3" |
|
2 | name = "hg-pyo3" | |
3 | version = "0.1.0" |
|
3 | version = "0.1.0" | |
4 | edition = "2021" |
|
4 | edition = "2021" | |
5 |
|
5 | |||
6 | [lib] |
|
6 | [lib] | |
7 | name='rusthgpyo3' |
|
7 | name='rusthgpyo3' | |
8 | crate-type = ["cdylib"] |
|
8 | crate-type = ["cdylib"] | |
9 |
|
9 | |||
10 | [dependencies] |
|
10 | [dependencies] | |
11 |
pyo3 = { version = "0.2 |
|
11 | pyo3 = { version = "0.23.1", features = ["extension-module"] } | |
12 | hg-core = { path = "../hg-core"} |
|
12 | hg-core = { path = "../hg-core"} | |
13 | stable_deref_trait = "1.2.0" |
|
13 | stable_deref_trait = "1.2.0" | |
14 | log = "0.4.17" |
|
14 | log = "0.4.17" | |
15 | env_logger = "0.9.3" No newline at end of file |
|
15 | env_logger = "0.9.3" |
General Comments 0
You need to be logged in to leave comments.
Login now