/ Cargo.lock
Cargo.lock
  1  # This file is automatically @generated by Cargo.
  2  # It is not intended for manual editing.
  3  version = 4
  4  
  5  [[package]]
  6  name = "alphastd"
  7  version = "0.2.0"
  8  dependencies = [
  9   "alphastd-cpu",
 10   "alphastd-profiler",
 11   "alphastd-storage",
 12   "alphastd-time",
 13   "alphastd-timed",
 14   "alphastd-timer",
 15   "rusty-hook",
 16   "walkdir",
 17  ]
 18  
 19  [[package]]
 20  name = "alphastd-cpu"
 21  version = "0.2.0"
 22  
 23  [[package]]
 24  name = "alphastd-profiler"
 25  version = "0.2.0"
 26  dependencies = [
 27   "colored",
 28  ]
 29  
 30  [[package]]
 31  name = "alphastd-storage"
 32  version = "0.2.0"
 33  dependencies = [
 34   "dirs",
 35   "tempfile",
 36  ]
 37  
 38  [[package]]
 39  name = "alphastd-time"
 40  version = "0.2.0"
 41  dependencies = [
 42   "proc-macro2",
 43   "quote",
 44   "syn 1.0.109",
 45  ]
 46  
 47  [[package]]
 48  name = "alphastd-timed"
 49  version = "0.2.0"
 50  dependencies = [
 51   "proc-macro2",
 52   "quote",
 53   "syn 1.0.109",
 54  ]
 55  
 56  [[package]]
 57  name = "alphastd-timer"
 58  version = "0.2.0"
 59  dependencies = [
 60   "colored",
 61  ]
 62  
 63  [[package]]
 64  name = "autocfg"
 65  version = "1.5.0"
 66  source = "registry+https://github.com/rust-lang/crates.io-index"
 67  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 68  
 69  [[package]]
 70  name = "bitflags"
 71  version = "2.9.4"
 72  source = "registry+https://github.com/rust-lang/crates.io-index"
 73  checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
 74  
 75  [[package]]
 76  name = "cfg-if"
 77  version = "1.0.3"
 78  source = "registry+https://github.com/rust-lang/crates.io-index"
 79  checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
 80  
 81  [[package]]
 82  name = "ci_info"
 83  version = "0.10.2"
 84  source = "registry+https://github.com/rust-lang/crates.io-index"
 85  checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
 86  dependencies = [
 87   "envmnt",
 88  ]
 89  
 90  [[package]]
 91  name = "colored"
 92  version = "2.2.0"
 93  source = "registry+https://github.com/rust-lang/crates.io-index"
 94  checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
 95  dependencies = [
 96   "lazy_static",
 97   "windows-sys 0.59.0",
 98  ]
 99  
100  [[package]]
101  name = "dirs"
102  version = "4.0.0"
103  source = "registry+https://github.com/rust-lang/crates.io-index"
104  checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
105  dependencies = [
106   "dirs-sys",
107  ]
108  
109  [[package]]
110  name = "dirs-sys"
111  version = "0.3.7"
112  source = "registry+https://github.com/rust-lang/crates.io-index"
113  checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
114  dependencies = [
115   "libc",
116   "redox_users",
117   "winapi",
118  ]
119  
120  [[package]]
121  name = "envmnt"
122  version = "0.8.4"
123  source = "registry+https://github.com/rust-lang/crates.io-index"
124  checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
125  dependencies = [
126   "fsio",
127   "indexmap",
128  ]
129  
130  [[package]]
131  name = "errno"
132  version = "0.3.13"
133  source = "registry+https://github.com/rust-lang/crates.io-index"
134  checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
135  dependencies = [
136   "libc",
137   "windows-sys 0.60.2",
138  ]
139  
140  [[package]]
141  name = "fastrand"
142  version = "2.3.0"
143  source = "registry+https://github.com/rust-lang/crates.io-index"
144  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
145  
146  [[package]]
147  name = "fsio"
148  version = "0.1.3"
149  source = "registry+https://github.com/rust-lang/crates.io-index"
150  checksum = "c1fd087255f739f4f1aeea69f11b72f8080e9c2e7645cd06955dad4a178a49e3"
151  
152  [[package]]
153  name = "getopts"
154  version = "0.2.24"
155  source = "registry+https://github.com/rust-lang/crates.io-index"
156  checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
157  dependencies = [
158   "unicode-width",
159  ]
160  
161  [[package]]
162  name = "getrandom"
163  version = "0.2.16"
164  source = "registry+https://github.com/rust-lang/crates.io-index"
165  checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
166  dependencies = [
167   "cfg-if",
168   "libc",
169   "wasi 0.11.1+wasi-snapshot-preview1",
170  ]
171  
172  [[package]]
173  name = "getrandom"
174  version = "0.3.3"
175  source = "registry+https://github.com/rust-lang/crates.io-index"
176  checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
177  dependencies = [
178   "cfg-if",
179   "libc",
180   "r-efi",
181   "wasi 0.14.3+wasi-0.2.4",
182  ]
183  
184  [[package]]
185  name = "hashbrown"
186  version = "0.12.3"
187  source = "registry+https://github.com/rust-lang/crates.io-index"
188  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
189  
190  [[package]]
191  name = "indexmap"
192  version = "1.9.3"
193  source = "registry+https://github.com/rust-lang/crates.io-index"
194  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
195  dependencies = [
196   "autocfg",
197   "hashbrown",
198  ]
199  
200  [[package]]
201  name = "lazy_static"
202  version = "1.5.0"
203  source = "registry+https://github.com/rust-lang/crates.io-index"
204  checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
205  
206  [[package]]
207  name = "libc"
208  version = "0.2.175"
209  source = "registry+https://github.com/rust-lang/crates.io-index"
210  checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
211  
212  [[package]]
213  name = "libredox"
214  version = "0.1.9"
215  source = "registry+https://github.com/rust-lang/crates.io-index"
216  checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
217  dependencies = [
218   "bitflags",
219   "libc",
220  ]
221  
222  [[package]]
223  name = "linux-raw-sys"
224  version = "0.9.4"
225  source = "registry+https://github.com/rust-lang/crates.io-index"
226  checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
227  
228  [[package]]
229  name = "nias"
230  version = "0.5.0"
231  source = "registry+https://github.com/rust-lang/crates.io-index"
232  checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
233  
234  [[package]]
235  name = "once_cell"
236  version = "1.21.3"
237  source = "registry+https://github.com/rust-lang/crates.io-index"
238  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
239  
240  [[package]]
241  name = "proc-macro2"
242  version = "1.0.101"
243  source = "registry+https://github.com/rust-lang/crates.io-index"
244  checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
245  dependencies = [
246   "unicode-ident",
247  ]
248  
249  [[package]]
250  name = "quote"
251  version = "1.0.40"
252  source = "registry+https://github.com/rust-lang/crates.io-index"
253  checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
254  dependencies = [
255   "proc-macro2",
256  ]
257  
258  [[package]]
259  name = "r-efi"
260  version = "5.3.0"
261  source = "registry+https://github.com/rust-lang/crates.io-index"
262  checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
263  
264  [[package]]
265  name = "redox_users"
266  version = "0.4.6"
267  source = "registry+https://github.com/rust-lang/crates.io-index"
268  checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
269  dependencies = [
270   "getrandom 0.2.16",
271   "libredox",
272   "thiserror",
273  ]
274  
275  [[package]]
276  name = "rustix"
277  version = "1.0.8"
278  source = "registry+https://github.com/rust-lang/crates.io-index"
279  checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
280  dependencies = [
281   "bitflags",
282   "errno",
283   "libc",
284   "linux-raw-sys",
285   "windows-sys 0.60.2",
286  ]
287  
288  [[package]]
289  name = "rusty-hook"
290  version = "0.11.2"
291  source = "registry+https://github.com/rust-lang/crates.io-index"
292  checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
293  dependencies = [
294   "ci_info",
295   "getopts",
296   "nias",
297   "toml",
298  ]
299  
300  [[package]]
301  name = "same-file"
302  version = "1.0.6"
303  source = "registry+https://github.com/rust-lang/crates.io-index"
304  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
305  dependencies = [
306   "winapi-util",
307  ]
308  
309  [[package]]
310  name = "serde"
311  version = "1.0.219"
312  source = "registry+https://github.com/rust-lang/crates.io-index"
313  checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
314  dependencies = [
315   "serde_derive",
316  ]
317  
318  [[package]]
319  name = "serde_derive"
320  version = "1.0.219"
321  source = "registry+https://github.com/rust-lang/crates.io-index"
322  checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
323  dependencies = [
324   "proc-macro2",
325   "quote",
326   "syn 2.0.106",
327  ]
328  
329  [[package]]
330  name = "syn"
331  version = "1.0.109"
332  source = "registry+https://github.com/rust-lang/crates.io-index"
333  checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
334  dependencies = [
335   "proc-macro2",
336   "quote",
337   "unicode-ident",
338  ]
339  
340  [[package]]
341  name = "syn"
342  version = "2.0.106"
343  source = "registry+https://github.com/rust-lang/crates.io-index"
344  checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
345  dependencies = [
346   "proc-macro2",
347   "quote",
348   "unicode-ident",
349  ]
350  
351  [[package]]
352  name = "tempfile"
353  version = "3.21.0"
354  source = "registry+https://github.com/rust-lang/crates.io-index"
355  checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
356  dependencies = [
357   "fastrand",
358   "getrandom 0.3.3",
359   "once_cell",
360   "rustix",
361   "windows-sys 0.60.2",
362  ]
363  
364  [[package]]
365  name = "thiserror"
366  version = "1.0.69"
367  source = "registry+https://github.com/rust-lang/crates.io-index"
368  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
369  dependencies = [
370   "thiserror-impl",
371  ]
372  
373  [[package]]
374  name = "thiserror-impl"
375  version = "1.0.69"
376  source = "registry+https://github.com/rust-lang/crates.io-index"
377  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
378  dependencies = [
379   "proc-macro2",
380   "quote",
381   "syn 2.0.106",
382  ]
383  
384  [[package]]
385  name = "toml"
386  version = "0.5.11"
387  source = "registry+https://github.com/rust-lang/crates.io-index"
388  checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
389  dependencies = [
390   "serde",
391  ]
392  
393  [[package]]
394  name = "unicode-ident"
395  version = "1.0.18"
396  source = "registry+https://github.com/rust-lang/crates.io-index"
397  checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
398  
399  [[package]]
400  name = "unicode-width"
401  version = "0.2.1"
402  source = "registry+https://github.com/rust-lang/crates.io-index"
403  checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
404  
405  [[package]]
406  name = "walkdir"
407  version = "2.5.0"
408  source = "registry+https://github.com/rust-lang/crates.io-index"
409  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
410  dependencies = [
411   "same-file",
412   "winapi-util",
413  ]
414  
415  [[package]]
416  name = "wasi"
417  version = "0.11.1+wasi-snapshot-preview1"
418  source = "registry+https://github.com/rust-lang/crates.io-index"
419  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
420  
421  [[package]]
422  name = "wasi"
423  version = "0.14.3+wasi-0.2.4"
424  source = "registry+https://github.com/rust-lang/crates.io-index"
425  checksum = "6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95"
426  dependencies = [
427   "wit-bindgen",
428  ]
429  
430  [[package]]
431  name = "winapi"
432  version = "0.3.9"
433  source = "registry+https://github.com/rust-lang/crates.io-index"
434  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
435  dependencies = [
436   "winapi-i686-pc-windows-gnu",
437   "winapi-x86_64-pc-windows-gnu",
438  ]
439  
440  [[package]]
441  name = "winapi-i686-pc-windows-gnu"
442  version = "0.4.0"
443  source = "registry+https://github.com/rust-lang/crates.io-index"
444  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
445  
446  [[package]]
447  name = "winapi-util"
448  version = "0.1.10"
449  source = "registry+https://github.com/rust-lang/crates.io-index"
450  checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
451  dependencies = [
452   "windows-sys 0.60.2",
453  ]
454  
455  [[package]]
456  name = "winapi-x86_64-pc-windows-gnu"
457  version = "0.4.0"
458  source = "registry+https://github.com/rust-lang/crates.io-index"
459  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
460  
461  [[package]]
462  name = "windows-link"
463  version = "0.1.3"
464  source = "registry+https://github.com/rust-lang/crates.io-index"
465  checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
466  
467  [[package]]
468  name = "windows-sys"
469  version = "0.59.0"
470  source = "registry+https://github.com/rust-lang/crates.io-index"
471  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
472  dependencies = [
473   "windows-targets 0.52.6",
474  ]
475  
476  [[package]]
477  name = "windows-sys"
478  version = "0.60.2"
479  source = "registry+https://github.com/rust-lang/crates.io-index"
480  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
481  dependencies = [
482   "windows-targets 0.53.3",
483  ]
484  
485  [[package]]
486  name = "windows-targets"
487  version = "0.52.6"
488  source = "registry+https://github.com/rust-lang/crates.io-index"
489  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
490  dependencies = [
491   "windows_aarch64_gnullvm 0.52.6",
492   "windows_aarch64_msvc 0.52.6",
493   "windows_i686_gnu 0.52.6",
494   "windows_i686_gnullvm 0.52.6",
495   "windows_i686_msvc 0.52.6",
496   "windows_x86_64_gnu 0.52.6",
497   "windows_x86_64_gnullvm 0.52.6",
498   "windows_x86_64_msvc 0.52.6",
499  ]
500  
501  [[package]]
502  name = "windows-targets"
503  version = "0.53.3"
504  source = "registry+https://github.com/rust-lang/crates.io-index"
505  checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
506  dependencies = [
507   "windows-link",
508   "windows_aarch64_gnullvm 0.53.0",
509   "windows_aarch64_msvc 0.53.0",
510   "windows_i686_gnu 0.53.0",
511   "windows_i686_gnullvm 0.53.0",
512   "windows_i686_msvc 0.53.0",
513   "windows_x86_64_gnu 0.53.0",
514   "windows_x86_64_gnullvm 0.53.0",
515   "windows_x86_64_msvc 0.53.0",
516  ]
517  
518  [[package]]
519  name = "windows_aarch64_gnullvm"
520  version = "0.52.6"
521  source = "registry+https://github.com/rust-lang/crates.io-index"
522  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
523  
524  [[package]]
525  name = "windows_aarch64_gnullvm"
526  version = "0.53.0"
527  source = "registry+https://github.com/rust-lang/crates.io-index"
528  checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
529  
530  [[package]]
531  name = "windows_aarch64_msvc"
532  version = "0.52.6"
533  source = "registry+https://github.com/rust-lang/crates.io-index"
534  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
535  
536  [[package]]
537  name = "windows_aarch64_msvc"
538  version = "0.53.0"
539  source = "registry+https://github.com/rust-lang/crates.io-index"
540  checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
541  
542  [[package]]
543  name = "windows_i686_gnu"
544  version = "0.52.6"
545  source = "registry+https://github.com/rust-lang/crates.io-index"
546  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
547  
548  [[package]]
549  name = "windows_i686_gnu"
550  version = "0.53.0"
551  source = "registry+https://github.com/rust-lang/crates.io-index"
552  checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
553  
554  [[package]]
555  name = "windows_i686_gnullvm"
556  version = "0.52.6"
557  source = "registry+https://github.com/rust-lang/crates.io-index"
558  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
559  
560  [[package]]
561  name = "windows_i686_gnullvm"
562  version = "0.53.0"
563  source = "registry+https://github.com/rust-lang/crates.io-index"
564  checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
565  
566  [[package]]
567  name = "windows_i686_msvc"
568  version = "0.52.6"
569  source = "registry+https://github.com/rust-lang/crates.io-index"
570  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
571  
572  [[package]]
573  name = "windows_i686_msvc"
574  version = "0.53.0"
575  source = "registry+https://github.com/rust-lang/crates.io-index"
576  checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
577  
578  [[package]]
579  name = "windows_x86_64_gnu"
580  version = "0.52.6"
581  source = "registry+https://github.com/rust-lang/crates.io-index"
582  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
583  
584  [[package]]
585  name = "windows_x86_64_gnu"
586  version = "0.53.0"
587  source = "registry+https://github.com/rust-lang/crates.io-index"
588  checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
589  
590  [[package]]
591  name = "windows_x86_64_gnullvm"
592  version = "0.52.6"
593  source = "registry+https://github.com/rust-lang/crates.io-index"
594  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
595  
596  [[package]]
597  name = "windows_x86_64_gnullvm"
598  version = "0.53.0"
599  source = "registry+https://github.com/rust-lang/crates.io-index"
600  checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
601  
602  [[package]]
603  name = "windows_x86_64_msvc"
604  version = "0.52.6"
605  source = "registry+https://github.com/rust-lang/crates.io-index"
606  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
607  
608  [[package]]
609  name = "windows_x86_64_msvc"
610  version = "0.53.0"
611  source = "registry+https://github.com/rust-lang/crates.io-index"
612  checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
613  
614  [[package]]
615  name = "wit-bindgen"
616  version = "0.45.0"
617  source = "registry+https://github.com/rust-lang/crates.io-index"
618  checksum = "052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814"