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"
|
2023-03-19 20:57:17 -05:00
|
|
|
version = "0.10.2"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-19 20:57:17 -05:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2022-11-21 04:44:04 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "2.4.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-04-28 20:51:39 -05:00
|
|
|
|
2022-11-27 18:37:16 -06:00
|
|
|
[[package]]
|
2023-01-13 19:31:31 -06:00
|
|
|
name = "block-buffer"
|
2023-03-19 20:57:17 -05:00
|
|
|
version = "0.10.4"
|
2022-11-27 18:37:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-19 20:57:17 -05:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
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"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "0.2.9"
|
2022-11-27 18:37:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2023-01-13 19:31:31 -06:00
|
|
|
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"
|
2023-05-18 11:32:51 -05:00
|
|
|
version = "0.10.7"
|
2023-01-13 19:31:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-18 11:32:51 -05:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-01-13 19:31:31 -06:00
|
|
|
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"
|
2023-04-14 08:08:46 -05:00
|
|
|
version = "0.14.7"
|
2023-01-13 19:31:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 08:08:46 -05:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-01-13 19:31:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-22 09:18:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2023-02-26 20:01:48 -06:00
|
|
|
version = "0.6.1"
|
2022-11-22 09:18:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-26 20:01:48 -06:00
|
|
|
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
|
2022-11-22 09:18:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"plain",
|
|
|
|
"scroll",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
2023-01-13 15:10:40 -06:00
|
|
|
name = "lanzaboote_stub"
|
2023-05-18 12:03:42 -05:00
|
|
|
version = "0.3.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
2023-07-23 11:46:47 -05:00
|
|
|
"linux-bootloader",
|
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"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "0.2.148"
|
2023-01-13 19:31:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
2023-01-13 19:31:31 -06:00
|
|
|
|
2023-07-23 11:46:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linux-bootloader"
|
|
|
|
version = "0.3.0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"goblin",
|
|
|
|
"log",
|
|
|
|
"sha1_smol",
|
|
|
|
"uefi",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "0.4.20"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-11-21 04:44:04 -06:00
|
|
|
|
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-07-19 17:04:11 -05:00
|
|
|
version = "1.0.66"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
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",
|
2023-05-18 11:32:51 -05:00
|
|
|
"syn 1.0.109",
|
2023-02-20 17:50:34 -06:00
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "1.0.33"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
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"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "0.11.1"
|
2022-11-22 09:18:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
|
2022-11-22 09:18:12 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-13 10:38:17 -05:00
|
|
|
"syn 2.0.32",
|
2022-11-22 09:18:12 -06:00
|
|
|
]
|
|
|
|
|
2023-04-29 15:09:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2023-01-13 19:31:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "0.10.7"
|
2023-01-13 19:31:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2023-01-13 19:31:31 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-19 20:57:17 -05:00
|
|
|
version = "1.0.109"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-19 20:57:17 -05:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-05-18 11:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "2.0.32"
|
2023-05-18 11:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2"
|
2023-05-18 11:32:51 -05: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-07-19 17:04:11 -05:00
|
|
|
version = "0.24.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "3b63e82686b4bdb0db74f18b2abbd60a0470354fb640aa69e115598d714d0a10"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
2023-05-18 11:32:51 -05:00
|
|
|
"bitflags",
|
2022-11-21 04:44:04 -06:00
|
|
|
"log",
|
2023-02-20 17:50:34 -06:00
|
|
|
"ptr_meta",
|
2022-11-21 04:44:04 -06:00
|
|
|
"ucs2",
|
|
|
|
"uefi-macros",
|
2023-05-18 11:32:51 -05:00
|
|
|
"uefi-raw",
|
|
|
|
"uguid",
|
2022-11-21 04:44:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-macros"
|
2023-05-18 11:32:51 -05:00
|
|
|
version = "0.12.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-18 11:32:51 -05:00
|
|
|
checksum = "023d94ef8e135d068b9a3bd94614ef2610b2b0419ade0a9d8f3501fa9cd08e95"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-13 10:38:17 -05:00
|
|
|
"syn 2.0.32",
|
2023-05-18 11:32:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-raw"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "0.3.0"
|
2023-05-18 11:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "62642516099c6441a5f41b0da8486d5fc3515a0603b0fdaea67b31600e22082e"
|
2023-05-18 11:32:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"ptr_meta",
|
|
|
|
"uguid",
|
2022-11-21 04:44:04 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-services"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "0.21.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "44b32954ebbb4be5ebfde0df6699c2091f04e9f9c3762c65f3435dfb1a90a668"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"uefi",
|
|
|
|
]
|
|
|
|
|
2023-05-18 11:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "uguid"
|
2023-07-19 17:04:11 -05:00
|
|
|
version = "2.0.1"
|
2023-05-18 11:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-19 17:04:11 -05:00
|
|
|
checksum = "16dfbd255defbd727b3a30e8950695d2e6d045841ee250ff0f1f7ced17917f8d"
|
2023-05-18 11:32:51 -05:00
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-13 10:38:17 -05:00
|
|
|
version = "1.0.12"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-13 10:38:17 -05:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
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"
|