vck-loader 0.0.2

UEFI pre-boot loader framework for VolumeCrypt-Kit
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "vck-loader"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UEFI pre-boot loader framework for VolumeCrypt-Kit"
readme = false
license = "Apache-2.0"
repository = "https://github.com/jc-lab/volumecrypt-kit"

[lib]
name = "vck_loader"
path = "src/lib.rs"

[dependencies.aes]
version = "0.9"
default-features = false

[dependencies.uefi]
version = "0.37"
default-features = false

[dependencies.uefi-raw]
version = "0.14"

[dependencies.vck-common]
version = "0.0.2"
features = ["uefi"]
default-features = false

[dependencies.xts-mode]
version = "0.6.0"
default-features = false