xref: /aosp_15_r20/tools/security/remote_provisioning/hwtrust/Cargo.lock (revision d9ecfb0f4d734c9ce41cde8ac4d585b094fd4222)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.19.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "anyhow"
22version = "1.0.68"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
25dependencies = [
26 "backtrace",
27]
28
29[[package]]
30name = "autocfg"
31version = "1.1.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
34
35[[package]]
36name = "backtrace"
37version = "0.3.67"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
40dependencies = [
41 "addr2line",
42 "cc",
43 "cfg-if",
44 "libc",
45 "miniz_oxide",
46 "object",
47 "rustc-demangle",
48]
49
50[[package]]
51name = "base64"
52version = "0.21.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
55
56[[package]]
57name = "bitflags"
58version = "1.3.2"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
61
62[[package]]
63name = "cc"
64version = "1.0.78"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
67
68[[package]]
69name = "cfg-if"
70version = "1.0.0"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
73
74[[package]]
75name = "ciborium"
76version = "0.2.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
79dependencies = [
80 "ciborium-io",
81 "ciborium-ll",
82 "serde",
83]
84
85[[package]]
86name = "ciborium-io"
87version = "0.2.1"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
90
91[[package]]
92name = "ciborium-ll"
93version = "0.2.1"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
96dependencies = [
97 "ciborium-io",
98 "half",
99]
100
101[[package]]
102name = "clap"
103version = "4.1.1"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"
106dependencies = [
107 "bitflags",
108 "clap_derive",
109 "clap_lex",
110 "is-terminal",
111 "once_cell",
112 "strsim",
113 "termcolor",
114]
115
116[[package]]
117name = "clap_derive"
118version = "4.1.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
121dependencies = [
122 "heck",
123 "proc-macro-error",
124 "proc-macro2",
125 "quote",
126 "syn",
127]
128
129[[package]]
130name = "clap_lex"
131version = "0.3.1"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
134dependencies = [
135 "os_str_bytes",
136]
137
138[[package]]
139name = "coset"
140version = "0.3.5"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "99c214bbc5c8b4518856d79cae4d323feaa881ecf3e31b5af6572bb5313c11d5"
143dependencies = [
144 "ciborium",
145 "ciborium-io",
146]
147
148[[package]]
149name = "either"
150version = "1.8.1"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
153
154[[package]]
155name = "errno"
156version = "0.2.8"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
159dependencies = [
160 "errno-dragonfly",
161 "libc",
162 "winapi",
163]
164
165[[package]]
166name = "errno-dragonfly"
167version = "0.1.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
170dependencies = [
171 "cc",
172 "libc",
173]
174
175[[package]]
176name = "foreign-types"
177version = "0.3.2"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
180dependencies = [
181 "foreign-types-shared",
182]
183
184[[package]]
185name = "foreign-types-shared"
186version = "0.1.1"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
189
190[[package]]
191name = "gimli"
192version = "0.27.2"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
195
196[[package]]
197name = "half"
198version = "1.8.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
201
202[[package]]
203name = "heck"
204version = "0.4.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
207
208[[package]]
209name = "hermit-abi"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
213dependencies = [
214 "libc",
215]
216
217[[package]]
218name = "hex"
219version = "0.4.3"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
222
223[[package]]
224name = "hwtrust"
225version = "0.1.0"
226dependencies = [
227 "anyhow",
228 "base64",
229 "ciborium",
230 "clap",
231 "coset",
232 "hex",
233 "itertools",
234 "openssl",
235 "serde_json",
236 "thiserror",
237]
238
239[[package]]
240name = "io-lifetimes"
241version = "1.0.4"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
244dependencies = [
245 "libc",
246 "windows-sys",
247]
248
249[[package]]
250name = "is-terminal"
251version = "0.4.2"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
254dependencies = [
255 "hermit-abi",
256 "io-lifetimes",
257 "rustix",
258 "windows-sys",
259]
260
261[[package]]
262name = "itertools"
263version = "0.10.5"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
266dependencies = [
267 "either",
268]
269
270[[package]]
271name = "itoa"
272version = "1.0.6"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
275
276[[package]]
277name = "libc"
278version = "0.2.139"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
281
282[[package]]
283name = "linux-raw-sys"
284version = "0.1.4"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
287
288[[package]]
289name = "memchr"
290version = "2.5.0"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
293
294[[package]]
295name = "miniz_oxide"
296version = "0.6.2"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
299dependencies = [
300 "adler",
301]
302
303[[package]]
304name = "object"
305version = "0.30.3"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
308dependencies = [
309 "memchr",
310]
311
312[[package]]
313name = "once_cell"
314version = "1.17.0"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
317
318[[package]]
319name = "openssl"
320version = "0.10.45"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
323dependencies = [
324 "bitflags",
325 "cfg-if",
326 "foreign-types",
327 "libc",
328 "once_cell",
329 "openssl-macros",
330 "openssl-sys",
331]
332
333[[package]]
334name = "openssl-macros"
335version = "0.1.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
338dependencies = [
339 "proc-macro2",
340 "quote",
341 "syn",
342]
343
344[[package]]
345name = "openssl-sys"
346version = "0.9.80"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
349dependencies = [
350 "autocfg",
351 "cc",
352 "libc",
353 "pkg-config",
354 "vcpkg",
355]
356
357[[package]]
358name = "os_str_bytes"
359version = "6.4.1"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
362
363[[package]]
364name = "pkg-config"
365version = "0.3.26"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
368
369[[package]]
370name = "proc-macro-error"
371version = "1.0.4"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
374dependencies = [
375 "proc-macro-error-attr",
376 "proc-macro2",
377 "quote",
378 "syn",
379 "version_check",
380]
381
382[[package]]
383name = "proc-macro-error-attr"
384version = "1.0.4"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
387dependencies = [
388 "proc-macro2",
389 "quote",
390 "version_check",
391]
392
393[[package]]
394name = "proc-macro2"
395version = "1.0.50"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
398dependencies = [
399 "unicode-ident",
400]
401
402[[package]]
403name = "quote"
404version = "1.0.23"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
407dependencies = [
408 "proc-macro2",
409]
410
411[[package]]
412name = "rustc-demangle"
413version = "0.1.23"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
416
417[[package]]
418name = "rustix"
419version = "0.36.7"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
422dependencies = [
423 "bitflags",
424 "errno",
425 "io-lifetimes",
426 "libc",
427 "linux-raw-sys",
428 "windows-sys",
429]
430
431[[package]]
432name = "ryu"
433version = "1.0.13"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
436
437[[package]]
438name = "serde"
439version = "1.0.152"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
442dependencies = [
443 "serde_derive",
444]
445
446[[package]]
447name = "serde_derive"
448version = "1.0.152"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
451dependencies = [
452 "proc-macro2",
453 "quote",
454 "syn",
455]
456
457[[package]]
458name = "serde_json"
459version = "1.0.96"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
462dependencies = [
463 "itoa",
464 "ryu",
465 "serde",
466]
467
468[[package]]
469name = "strsim"
470version = "0.10.0"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
473
474[[package]]
475name = "syn"
476version = "1.0.107"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
479dependencies = [
480 "proc-macro2",
481 "quote",
482 "unicode-ident",
483]
484
485[[package]]
486name = "termcolor"
487version = "1.2.0"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
490dependencies = [
491 "winapi-util",
492]
493
494[[package]]
495name = "thiserror"
496version = "1.0.38"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
499dependencies = [
500 "thiserror-impl",
501]
502
503[[package]]
504name = "thiserror-impl"
505version = "1.0.38"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
508dependencies = [
509 "proc-macro2",
510 "quote",
511 "syn",
512]
513
514[[package]]
515name = "unicode-ident"
516version = "1.0.6"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
519
520[[package]]
521name = "vcpkg"
522version = "0.2.15"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
525
526[[package]]
527name = "version_check"
528version = "0.9.4"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
531
532[[package]]
533name = "winapi"
534version = "0.3.9"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
537dependencies = [
538 "winapi-i686-pc-windows-gnu",
539 "winapi-x86_64-pc-windows-gnu",
540]
541
542[[package]]
543name = "winapi-i686-pc-windows-gnu"
544version = "0.4.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
547
548[[package]]
549name = "winapi-util"
550version = "0.1.5"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
553dependencies = [
554 "winapi",
555]
556
557[[package]]
558name = "winapi-x86_64-pc-windows-gnu"
559version = "0.4.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
562
563[[package]]
564name = "windows-sys"
565version = "0.42.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
568dependencies = [
569 "windows_aarch64_gnullvm",
570 "windows_aarch64_msvc",
571 "windows_i686_gnu",
572 "windows_i686_msvc",
573 "windows_x86_64_gnu",
574 "windows_x86_64_gnullvm",
575 "windows_x86_64_msvc",
576]
577
578[[package]]
579name = "windows_aarch64_gnullvm"
580version = "0.42.1"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
583
584[[package]]
585name = "windows_aarch64_msvc"
586version = "0.42.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
589
590[[package]]
591name = "windows_i686_gnu"
592version = "0.42.1"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
595
596[[package]]
597name = "windows_i686_msvc"
598version = "0.42.1"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
601
602[[package]]
603name = "windows_x86_64_gnu"
604version = "0.42.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
607
608[[package]]
609name = "windows_x86_64_gnullvm"
610version = "0.42.1"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
613
614[[package]]
615name = "windows_x86_64_msvc"
616version = "0.42.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
619