zfi 0.2.0

Zero-cost and safe interface to UEFI firmware
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"
rust-version = "1.81"
name = "zfi"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-cost and safe interface to UEFI firmware"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ultimaweapon/zfi"

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

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

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

[dependencies.bitflags]
version = "2.4"

[dependencies.thiserror]
version = "2.0.9"
default-features = false

[dependencies.zfi-macros]
version = "0.1"

[dev-dependencies.zfi-testing]
version = "0.1"