virtfw-libefi 0.6.3

library to read + write efi data structures
Documentation
# 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 = "virtfw-libefi"
version = "0.6.3"
authors = ["Gerd Hoffmann <kraxel@redhat.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library to read + write efi data structures"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/kraxel/virt-firmware-rs"

[features]
sbdata = []
sbtest = ["sbdata"]
std = [
    "zerocopy/std",
    "byteorder/std",
    "log/std",
    "dep:chrono",
    "dep:clap",
]
udev = [
    "std",
    "dep:udev",
]
x509 = [
    "sbdata",
    "dep:der",
    "dep:x509-cert",
]

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

[[test]]
name = "authvar"
path = "tests/authvar.rs"

[[test]]
name = "efivar-parse"
path = "tests/efivar-parse.rs"

[[test]]
name = "pkcs7-openssl"
path = "tests/pkcs7-openssl.rs"

[[test]]
name = "sbdata"
path = "tests/sbdata.rs"

[[test]]
name = "sigdb"
path = "tests/sigdb.rs"

[dependencies.bitfield-struct]
version = "0.13"

[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.clap]
version = "4.5.4"
features = [
    "derive",
    "wrap_help",
]
optional = true

[dependencies.der]
version = "0.7.10"
optional = true

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.udev]
version = "0.9"
optional = true

[dependencies.uguid]
version = "2"

[dependencies.x509-cert]
version = "0.2.5"
optional = true
default-features = false

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.openssl]
version = "0.10"