Skip to main content

max / makenotwork

9.3 KB · 365 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "android_system_properties"
7 version = "0.1.5"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10 dependencies = [
11 "libc",
12 ]
13
14 [[package]]
15 name = "autocfg"
16 version = "1.5.1"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
19
20 [[package]]
21 name = "bumpalo"
22 version = "3.20.3"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
25
26 [[package]]
27 name = "cc"
28 version = "1.4.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
31 dependencies = [
32 "find-msvc-tools",
33 "shlex",
34 ]
35
36 [[package]]
37 name = "cfg-if"
38 version = "1.0.4"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
41
42 [[package]]
43 name = "chrono"
44 version = "0.4.45"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46 checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
47 dependencies = [
48 "iana-time-zone",
49 "js-sys",
50 "num-traits",
51 "serde",
52 "wasm-bindgen",
53 "windows-link",
54 ]
55
56 [[package]]
57 name = "core-foundation-sys"
58 version = "0.8.7"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
61
62 [[package]]
63 name = "find-msvc-tools"
64 version = "0.1.9"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
67
68 [[package]]
69 name = "futures-core"
70 version = "0.3.33"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
73
74 [[package]]
75 name = "futures-task"
76 version = "0.3.33"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
79
80 [[package]]
81 name = "futures-util"
82 version = "0.3.33"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
85 dependencies = [
86 "futures-core",
87 "futures-task",
88 "pin-project-lite",
89 "slab",
90 ]
91
92 [[package]]
93 name = "iana-time-zone"
94 version = "0.1.65"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
97 dependencies = [
98 "android_system_properties",
99 "core-foundation-sys",
100 "iana-time-zone-haiku",
101 "js-sys",
102 "log",
103 "wasm-bindgen",
104 "windows-core",
105 ]
106
107 [[package]]
108 name = "iana-time-zone-haiku"
109 version = "0.1.2"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
112 dependencies = [
113 "cc",
114 ]
115
116 [[package]]
117 name = "js-sys"
118 version = "0.3.103"
119 source = "registry+https://github.com/rust-lang/crates.io-index"
120 checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
121 dependencies = [
122 "cfg-if",
123 "futures-util",
124 "wasm-bindgen",
125 ]
126
127 [[package]]
128 name = "libc"
129 version = "0.2.189"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
132
133 [[package]]
134 name = "log"
135 version = "0.4.33"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
138
139 [[package]]
140 name = "num-traits"
141 version = "0.2.19"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
144 dependencies = [
145 "autocfg",
146 ]
147
148 [[package]]
149 name = "once_cell"
150 version = "1.21.4"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
153
154 [[package]]
155 name = "painhours"
156 version = "0.1.0"
157 dependencies = [
158 "chrono",
159 "serde",
160 ]
161
162 [[package]]
163 name = "pin-project-lite"
164 version = "0.2.17"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
167
168 [[package]]
169 name = "proc-macro2"
170 version = "1.0.107"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
173 dependencies = [
174 "unicode-ident",
175 ]
176
177 [[package]]
178 name = "quote"
179 version = "1.0.47"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
182 dependencies = [
183 "proc-macro2",
184 ]
185
186 [[package]]
187 name = "rustversion"
188 version = "1.0.23"
189 source = "registry+https://github.com/rust-lang/crates.io-index"
190 checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
191
192 [[package]]
193 name = "serde"
194 version = "1.0.229"
195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
197 dependencies = [
198 "serde_core",
199 "serde_derive",
200 ]
201
202 [[package]]
203 name = "serde_core"
204 version = "1.0.229"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
207 dependencies = [
208 "serde_derive",
209 ]
210
211 [[package]]
212 name = "serde_derive"
213 version = "1.0.229"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
216 dependencies = [
217 "proc-macro2",
218 "quote",
219 "syn 3.0.3",
220 ]
221
222 [[package]]
223 name = "shlex"
224 version = "2.0.1"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
227
228 [[package]]
229 name = "slab"
230 version = "0.4.12"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
233
234 [[package]]
235 name = "syn"
236 version = "2.0.119"
237 source = "registry+https://github.com/rust-lang/crates.io-index"
238 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
239 dependencies = [
240 "proc-macro2",
241 "quote",
242 "unicode-ident",
243 ]
244
245 [[package]]
246 name = "syn"
247 version = "3.0.3"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
250 dependencies = [
251 "proc-macro2",
252 "quote",
253 "unicode-ident",
254 ]
255
256 [[package]]
257 name = "unicode-ident"
258 version = "1.0.24"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
261
262 [[package]]
263 name = "wasm-bindgen"
264 version = "0.2.126"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
267 dependencies = [
268 "cfg-if",
269 "once_cell",
270 "rustversion",
271 "wasm-bindgen-macro",
272 "wasm-bindgen-shared",
273 ]
274
275 [[package]]
276 name = "wasm-bindgen-macro"
277 version = "0.2.126"
278 source = "registry+https://github.com/rust-lang/crates.io-index"
279 checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
280 dependencies = [
281 "quote",
282 "wasm-bindgen-macro-support",
283 ]
284
285 [[package]]
286 name = "wasm-bindgen-macro-support"
287 version = "0.2.126"
288 source = "registry+https://github.com/rust-lang/crates.io-index"
289 checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
290 dependencies = [
291 "bumpalo",
292 "proc-macro2",
293 "quote",
294 "syn 2.0.119",
295 "wasm-bindgen-shared",
296 ]
297
298 [[package]]
299 name = "wasm-bindgen-shared"
300 version = "0.2.126"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
303 dependencies = [
304 "unicode-ident",
305 ]
306
307 [[package]]
308 name = "windows-core"
309 version = "0.62.2"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
312 dependencies = [
313 "windows-implement",
314 "windows-interface",
315 "windows-link",
316 "windows-result",
317 "windows-strings",
318 ]
319
320 [[package]]
321 name = "windows-implement"
322 version = "0.60.2"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
325 dependencies = [
326 "proc-macro2",
327 "quote",
328 "syn 2.0.119",
329 ]
330
331 [[package]]
332 name = "windows-interface"
333 version = "0.59.3"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
336 dependencies = [
337 "proc-macro2",
338 "quote",
339 "syn 2.0.119",
340 ]
341
342 [[package]]
343 name = "windows-link"
344 version = "0.2.1"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
347
348 [[package]]
349 name = "windows-result"
350 version = "0.4.1"
351 source = "registry+https://github.com/rust-lang/crates.io-index"
352 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
353 dependencies = [
354 "windows-link",
355 ]
356
357 [[package]]
358 name = "windows-strings"
359 version = "0.5.1"
360 source = "registry+https://github.com/rust-lang/crates.io-index"
361 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
362 dependencies = [
363 "windows-link",
364 ]
365