plex-boot 0.1.0

experimental boot manager with live-loading ISO support and more cool things
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 = "2024"
name = "plex-boot"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "experimental boot manager with live-loading ISO support and more cool things"
readme = "README.md"
license = "MIT"

[features]
default = [
    "iso",
    "global_allocator",
]
global_allocator = ["uefi/global_allocator"]
iso = ["dep:iso9660"]

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

[[bin]]
name = "plex-boot"
path = "src/main.rs"

[dependencies.embedded-graphics]
version = "0.8.1"

[dependencies.embedded-graphics-core]
version = "0.4.0"

[dependencies.iso9660]
version = "0.1.2"
features = ["joliet"]
optional = true
default-features = false
package = "iso9660-no-std"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.thiserror-no-std]
version = "2.0.2"

[dependencies.toml]
version = "0.9"
features = [
    "parse",
    "serde",
]
default-features = false

[dependencies.uefi]
version = "0.36.1"
features = [
    "alloc",
    "logger",
    "panic_handler",
]
default-features = false

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