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-05-18 11:32:51 -05:00
|
|
|
version = "2.3.1"
|
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 = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
|
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-04-28 20:51:39 -05:00
|
|
|
version = "0.2.7"
|
2022-11-27 18:37:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-28 20:51:39 -05:00
|
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
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-05-18 11:32:51 -05:00
|
|
|
"bitflags",
|
2022-11-22 09:18:12 -06:00
|
|
|
"goblin",
|
2022-11-21 08:36:39 -06:00
|
|
|
"log",
|
2023-04-29 15:09:08 -05:00
|
|
|
"sha1_smol",
|
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-05-18 11:32:51 -05:00
|
|
|
version = "0.2.144"
|
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 = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
2023-01-13 19:31:31 -06:00
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-05-28 20:38:08 -05:00
|
|
|
version = "0.4.18"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 20:38:08 -05:00
|
|
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
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-06-02 06:16:44 -05:00
|
|
|
version = "1.0.59"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-02 06:16:44 -05:00
|
|
|
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
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-06-02 06:16:44 -05:00
|
|
|
version = "1.0.28"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-02 06:16:44 -05:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
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",
|
2023-05-18 11:32:51 -05:00
|
|
|
"syn 1.0.109",
|
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"
|
|
|
|
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-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-06-02 06:16:44 -05:00
|
|
|
version = "2.0.18"
|
2023-05-18 11:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-02 06:16:44 -05:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
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-06-04 21:00:30 -05:00
|
|
|
version = "0.23.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-04 21:00:30 -05:00
|
|
|
checksum = "4c66321e9355bcd547e25268acd230530cb17a1569ec0ed142237f3967075dcd"
|
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-06-02 06:16:44 -05:00
|
|
|
"syn 2.0.18",
|
2023-05-18 11:32:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-raw"
|
2023-06-02 06:16:44 -05:00
|
|
|
version = "0.2.0"
|
2023-05-18 11:32:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-02 06:16:44 -05:00
|
|
|
checksum = "d73e08d8e944b7c7e90a7c8a53213bdd71ceb7b414ee664f522c1cc579888c25"
|
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-06-04 21:00:30 -05:00
|
|
|
version = "0.20.0"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-04 21:00:30 -05:00
|
|
|
checksum = "2788f4d571cf33b37838f238e732840c3ec42e899b141bcd96d2b84cf2c2e614"
|
2022-11-21 04:44:04 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"uefi",
|
|
|
|
]
|
|
|
|
|
2023-05-18 11:32:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "uguid"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "594cc87e268a7b43d625d46c63cf1605d0e61bf66e4b1cd58c058ec0191e1f81"
|
|
|
|
|
2022-11-21 04:44:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-06-02 06:16:44 -05:00
|
|
|
version = "1.0.9"
|
2022-11-21 04:44:04 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-02 06:16:44 -05:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
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"
|