rust
[pspp] / rust / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "anyhow"
7 version = "1.0.69"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
10
11 [[package]]
12 name = "atty"
13 version = "0.2.14"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
16 dependencies = [
17  "hermit-abi 0.1.19",
18  "libc",
19  "winapi",
20 ]
21
22 [[package]]
23 name = "autocfg"
24 version = "1.1.0"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
27
28 [[package]]
29 name = "bitflags"
30 version = "1.3.2"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
33
34 [[package]]
35 name = "cc"
36 version = "1.0.79"
37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
39
40 [[package]]
41 name = "clap"
42 version = "4.1.7"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340"
45 dependencies = [
46  "bitflags",
47  "clap_derive",
48  "clap_lex",
49  "is-terminal",
50  "once_cell",
51  "strsim",
52  "termcolor 1.2.0",
53 ]
54
55 [[package]]
56 name = "clap_derive"
57 version = "4.1.7"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "34d122164198950ba84a918270a3bb3f7ededd25e15f7451673d986f55bd2667"
60 dependencies = [
61  "heck",
62  "proc-macro-error",
63  "proc-macro2",
64  "quote",
65  "syn",
66 ]
67
68 [[package]]
69 name = "clap_lex"
70 version = "0.3.2"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
73 dependencies = [
74  "os_str_bytes",
75 ]
76
77 [[package]]
78 name = "errno"
79 version = "0.2.8"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
82 dependencies = [
83  "errno-dragonfly",
84  "libc",
85  "winapi",
86 ]
87
88 [[package]]
89 name = "errno-dragonfly"
90 version = "0.1.2"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
93 dependencies = [
94  "cc",
95  "libc",
96 ]
97
98 [[package]]
99 name = "heck"
100 version = "0.4.1"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
103
104 [[package]]
105 name = "hermit-abi"
106 version = "0.1.19"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
109 dependencies = [
110  "libc",
111 ]
112
113 [[package]]
114 name = "hermit-abi"
115 version = "0.3.1"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
118
119 [[package]]
120 name = "hexplay"
121 version = "0.2.1"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "0962bea6731e28b5a443ba4aa00fe3e4fe7555dadf12012435efb738eeac5898"
124 dependencies = [
125  "atty",
126  "termcolor 0.3.6",
127 ]
128
129 [[package]]
130 name = "io-lifetimes"
131 version = "1.0.5"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
134 dependencies = [
135  "libc",
136  "windows-sys",
137 ]
138
139 [[package]]
140 name = "is-terminal"
141 version = "0.4.4"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
144 dependencies = [
145  "hermit-abi 0.3.1",
146  "io-lifetimes",
147  "rustix",
148  "windows-sys",
149 ]
150
151 [[package]]
152 name = "libc"
153 version = "0.2.139"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
156
157 [[package]]
158 name = "linux-raw-sys"
159 version = "0.1.4"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
162
163 [[package]]
164 name = "num"
165 version = "0.4.0"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
168 dependencies = [
169  "num-bigint",
170  "num-complex",
171  "num-integer",
172  "num-iter",
173  "num-rational",
174  "num-traits",
175 ]
176
177 [[package]]
178 name = "num-bigint"
179 version = "0.4.3"
180 source = "registry+https://github.com/rust-lang/crates.io-index"
181 checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
182 dependencies = [
183  "autocfg",
184  "num-integer",
185  "num-traits",
186 ]
187
188 [[package]]
189 name = "num-complex"
190 version = "0.4.3"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
193 dependencies = [
194  "num-traits",
195 ]
196
197 [[package]]
198 name = "num-integer"
199 version = "0.1.45"
200 source = "registry+https://github.com/rust-lang/crates.io-index"
201 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
202 dependencies = [
203  "autocfg",
204  "num-traits",
205 ]
206
207 [[package]]
208 name = "num-iter"
209 version = "0.1.43"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
212 dependencies = [
213  "autocfg",
214  "num-integer",
215  "num-traits",
216 ]
217
218 [[package]]
219 name = "num-rational"
220 version = "0.4.1"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
223 dependencies = [
224  "autocfg",
225  "num-bigint",
226  "num-integer",
227  "num-traits",
228 ]
229
230 [[package]]
231 name = "num-traits"
232 version = "0.2.15"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
235 dependencies = [
236  "autocfg",
237 ]
238
239 [[package]]
240 name = "once_cell"
241 version = "1.17.1"
242 source = "registry+https://github.com/rust-lang/crates.io-index"
243 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
244
245 [[package]]
246 name = "os_str_bytes"
247 version = "6.4.1"
248 source = "registry+https://github.com/rust-lang/crates.io-index"
249 checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
250
251 [[package]]
252 name = "proc-macro-error"
253 version = "1.0.4"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
256 dependencies = [
257  "proc-macro-error-attr",
258  "proc-macro2",
259  "quote",
260  "syn",
261  "version_check",
262 ]
263
264 [[package]]
265 name = "proc-macro-error-attr"
266 version = "1.0.4"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
269 dependencies = [
270  "proc-macro2",
271  "quote",
272  "version_check",
273 ]
274
275 [[package]]
276 name = "proc-macro2"
277 version = "1.0.51"
278 source = "registry+https://github.com/rust-lang/crates.io-index"
279 checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
280 dependencies = [
281  "unicode-ident",
282 ]
283
284 [[package]]
285 name = "pspp-dump-sav"
286 version = "1.0.0"
287 dependencies = [
288  "anyhow",
289  "clap",
290  "hexplay",
291  "num",
292 ]
293
294 [[package]]
295 name = "quote"
296 version = "1.0.23"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
299 dependencies = [
300  "proc-macro2",
301 ]
302
303 [[package]]
304 name = "rustix"
305 version = "0.36.8"
306 source = "registry+https://github.com/rust-lang/crates.io-index"
307 checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
308 dependencies = [
309  "bitflags",
310  "errno",
311  "io-lifetimes",
312  "libc",
313  "linux-raw-sys",
314  "windows-sys",
315 ]
316
317 [[package]]
318 name = "strsim"
319 version = "0.10.0"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
322
323 [[package]]
324 name = "syn"
325 version = "1.0.109"
326 source = "registry+https://github.com/rust-lang/crates.io-index"
327 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
328 dependencies = [
329  "proc-macro2",
330  "quote",
331  "unicode-ident",
332 ]
333
334 [[package]]
335 name = "termcolor"
336 version = "0.3.6"
337 source = "registry+https://github.com/rust-lang/crates.io-index"
338 checksum = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
339 dependencies = [
340  "wincolor",
341 ]
342
343 [[package]]
344 name = "termcolor"
345 version = "1.2.0"
346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
348 dependencies = [
349  "winapi-util",
350 ]
351
352 [[package]]
353 name = "unicode-ident"
354 version = "1.0.6"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
357
358 [[package]]
359 name = "version_check"
360 version = "0.9.4"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
363
364 [[package]]
365 name = "winapi"
366 version = "0.3.9"
367 source = "registry+https://github.com/rust-lang/crates.io-index"
368 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
369 dependencies = [
370  "winapi-i686-pc-windows-gnu",
371  "winapi-x86_64-pc-windows-gnu",
372 ]
373
374 [[package]]
375 name = "winapi-i686-pc-windows-gnu"
376 version = "0.4.0"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
379
380 [[package]]
381 name = "winapi-util"
382 version = "0.1.5"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
385 dependencies = [
386  "winapi",
387 ]
388
389 [[package]]
390 name = "winapi-x86_64-pc-windows-gnu"
391 version = "0.4.0"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
394
395 [[package]]
396 name = "wincolor"
397 version = "0.1.6"
398 source = "registry+https://github.com/rust-lang/crates.io-index"
399 checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
400 dependencies = [
401  "winapi",
402 ]
403
404 [[package]]
405 name = "windows-sys"
406 version = "0.45.0"
407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
409 dependencies = [
410  "windows-targets",
411 ]
412
413 [[package]]
414 name = "windows-targets"
415 version = "0.42.1"
416 source = "registry+https://github.com/rust-lang/crates.io-index"
417 checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
418 dependencies = [
419  "windows_aarch64_gnullvm",
420  "windows_aarch64_msvc",
421  "windows_i686_gnu",
422  "windows_i686_msvc",
423  "windows_x86_64_gnu",
424  "windows_x86_64_gnullvm",
425  "windows_x86_64_msvc",
426 ]
427
428 [[package]]
429 name = "windows_aarch64_gnullvm"
430 version = "0.42.1"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
433
434 [[package]]
435 name = "windows_aarch64_msvc"
436 version = "0.42.1"
437 source = "registry+https://github.com/rust-lang/crates.io-index"
438 checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
439
440 [[package]]
441 name = "windows_i686_gnu"
442 version = "0.42.1"
443 source = "registry+https://github.com/rust-lang/crates.io-index"
444 checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
445
446 [[package]]
447 name = "windows_i686_msvc"
448 version = "0.42.1"
449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
451
452 [[package]]
453 name = "windows_x86_64_gnu"
454 version = "0.42.1"
455 source = "registry+https://github.com/rust-lang/crates.io-index"
456 checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
457
458 [[package]]
459 name = "windows_x86_64_gnullvm"
460 version = "0.42.1"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462 checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
463
464 [[package]]
465 name = "windows_x86_64_msvc"
466 version = "0.42.1"
467 source = "registry+https://github.com/rust-lang/crates.io-index"
468 checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"