master
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "autocfg"
7version = "1.5.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
10
11[[package]]
12name = "battery"
13version = "0.7.8"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "b4b624268937c0e0a3edb7c27843f9e547c320d730c610d3b8e6e8e95b2026e4"
16dependencies = [
17 "cfg-if",
18 "core-foundation",
19 "lazycell",
20 "libc",
21 "mach",
22 "nix",
23 "num-traits",
24 "uom",
25 "winapi",
26]
27
28[[package]]
29name = "bitflags"
30version = "1.3.2"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
33
34[[package]]
35name = "bitflags"
36version = "2.9.1"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
39
40[[package]]
41name = "cc"
42version = "1.2.30"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
45dependencies = [
46 "shlex",
47]
48
49[[package]]
50name = "cfg-if"
51version = "1.0.1"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
54
55[[package]]
56name = "core-foundation"
57version = "0.7.0"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
60dependencies = [
61 "core-foundation-sys",
62 "libc",
63]
64
65[[package]]
66name = "core-foundation-sys"
67version = "0.7.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
70
71[[package]]
72name = "lazycell"
73version = "1.3.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
76
77[[package]]
78name = "libc"
79version = "0.2.182"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
82
83[[package]]
84name = "log"
85version = "0.4.29"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
88
89[[package]]
90name = "mach"
91version = "0.3.2"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
94dependencies = [
95 "libc",
96]
97
98[[package]]
99name = "memchr"
100version = "2.7.5"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
103
104[[package]]
105name = "nix"
106version = "0.19.1"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
109dependencies = [
110 "bitflags 1.3.2",
111 "cc",
112 "cfg-if",
113 "libc",
114]
115
116[[package]]
117name = "ntapi"
118version = "0.4.1"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
121dependencies = [
122 "winapi",
123]
124
125[[package]]
126name = "num-traits"
127version = "0.2.19"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
130dependencies = [
131 "autocfg",
132]
133
134[[package]]
135name = "objc2-core-foundation"
136version = "0.3.1"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
139dependencies = [
140 "bitflags 2.9.1",
141]
142
143[[package]]
144name = "objc2-io-kit"
145version = "0.3.1"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a"
148dependencies = [
149 "libc",
150 "objc2-core-foundation",
151]
152
153[[package]]
154name = "proc-macro2"
155version = "1.0.95"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
158dependencies = [
159 "unicode-ident",
160]
161
162[[package]]
163name = "quote"
164version = "1.0.40"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
167dependencies = [
168 "proc-macro2",
169]
170
171[[package]]
172name = "shlex"
173version = "1.3.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
176
177[[package]]
178name = "syn"
179version = "2.0.104"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
182dependencies = [
183 "proc-macro2",
184 "quote",
185 "unicode-ident",
186]
187
188[[package]]
189name = "sysinfo"
190version = "0.38.2"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8"
193dependencies = [
194 "libc",
195 "memchr",
196 "ntapi",
197 "objc2-core-foundation",
198 "objc2-io-kit",
199 "windows",
200]
201
202[[package]]
203name = "system"
204version = "0.1.0"
205dependencies = [
206 "battery",
207 "libc",
208 "log",
209 "sysinfo",
210]
211
212[[package]]
213name = "typenum"
214version = "1.18.0"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
217
218[[package]]
219name = "unicode-ident"
220version = "1.0.18"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
223
224[[package]]
225name = "uom"
226version = "0.30.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
229dependencies = [
230 "num-traits",
231 "typenum",
232]
233
234[[package]]
235name = "winapi"
236version = "0.3.9"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
239dependencies = [
240 "winapi-i686-pc-windows-gnu",
241 "winapi-x86_64-pc-windows-gnu",
242]
243
244[[package]]
245name = "winapi-i686-pc-windows-gnu"
246version = "0.4.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
249
250[[package]]
251name = "winapi-x86_64-pc-windows-gnu"
252version = "0.4.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
255
256[[package]]
257name = "windows"
258version = "0.62.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
261dependencies = [
262 "windows-collections",
263 "windows-core",
264 "windows-future",
265 "windows-numerics",
266]
267
268[[package]]
269name = "windows-collections"
270version = "0.3.2"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
273dependencies = [
274 "windows-core",
275]
276
277[[package]]
278name = "windows-core"
279version = "0.62.2"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
282dependencies = [
283 "windows-implement",
284 "windows-interface",
285 "windows-link",
286 "windows-result",
287 "windows-strings",
288]
289
290[[package]]
291name = "windows-future"
292version = "0.3.2"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
295dependencies = [
296 "windows-core",
297 "windows-link",
298 "windows-threading",
299]
300
301[[package]]
302name = "windows-implement"
303version = "0.60.2"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
306dependencies = [
307 "proc-macro2",
308 "quote",
309 "syn",
310]
311
312[[package]]
313name = "windows-interface"
314version = "0.59.3"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
317dependencies = [
318 "proc-macro2",
319 "quote",
320 "syn",
321]
322
323[[package]]
324name = "windows-link"
325version = "0.2.1"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
328
329[[package]]
330name = "windows-numerics"
331version = "0.3.1"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
334dependencies = [
335 "windows-core",
336 "windows-link",
337]
338
339[[package]]
340name = "windows-result"
341version = "0.4.1"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
344dependencies = [
345 "windows-link",
346]
347
348[[package]]
349name = "windows-strings"
350version = "0.5.1"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
353dependencies = [
354 "windows-link",
355]
356
357[[package]]
358name = "windows-threading"
359version = "0.2.1"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
362dependencies = [
363 "windows-link",
364]