2022-11-21 04:44:04 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-11-27 18:37:16 -06:00
|
|
|
[[package]]
|
2023-01-13 19:31:31 -06:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.3"
|
2022-11-27 18:37:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 19:31:31 -06:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-11-27 18:37:16 -06:00
|
|
|
dependencies = [
|
2023-01-13 19:31:31 -06:00
|
|
|
"generic-array",
|
2022-11-27 18:37:16 -06:00
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-11-27 18:37:16 -06:00
|
|
|
[[package]]
|
2023-01-13 19:31:31 -06:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.5"
|
2022-11-27 18:37:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 19:31:31 -06:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
2022-11-27 18:37:16 -06:00
|
|
|
|
2023-01-13 19:31:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-22 09:18:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"plain",
|
|
|
|
"scroll",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
2023-01-13 15:10:40 -06:00
|
|
|
name = "lanzaboote_stub"
|
2022-11-21 04:44:04 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-11-22 09:18:12 -06:00
|
|
|
"goblin",
|
2022-11-21 08:36:39 -06:00
|
|
|
"log",
|
2023-01-13 19:31:31 -06:00
|
|
|
"sha2",
|
2022-11-21 04:44:04 -06:00
|
|
|
"uefi",
|
|
|
|
"uefi-services",
|
|
|
|
]
|
|
|
|
|
2023-01-13 19:31:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.139"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-11-22 09:18:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "1.0.51"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-02-20 17:50:34 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcada80daa06c42ed5f48c9a043865edea5dc44cbf9ac009fda3b89526e28607"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bca9224df2e20e7c5548aeb5f110a0f3b77ef05f8585139b7148b59056168ed2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "1.0.23"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-11-22 09:18:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
|
|
|
|
dependencies = [
|
|
|
|
"scroll_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-01-13 19:31:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "1.0.107"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-01-13 19:31:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ucs2"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bad643914094137d475641b6bab89462505316ec2ce70907ad20102d28a79ab8"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "0.19.1"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "f5607fef843201070ed442fa257c7a944fae963fac7d4620612123192eb4d844"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"log",
|
2023-02-20 17:50:34 -06:00
|
|
|
"ptr_meta",
|
2022-11-21 04:44:04 -06:00
|
|
|
"ucs2",
|
|
|
|
"uefi-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-macros"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "0.10.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "f8099684193f2d99f7f130951f4054a1591ff7da370e2b33d7a71f0434920499"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-services"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "0.16.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "f75daa44f951cc1d9dc68d98cabc06ddbccc221d7bd21222271be5d7ac526a9d"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"uefi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-02-20 17:50:34 -06:00
|
|
|
version = "1.0.6"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 17:50:34 -06:00
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2023-01-13 19:31:31 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|