iso-parser 0.17.0

Boot-entry discovery from ISO installation media (Arch, Debian/Ubuntu, Fedora/RHEL, Alpine, NixOS, Mint)
Documentation
[package]
name = "iso-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license = "MIT OR Apache-2.0"
repository = "https://github.com/aegis-boot/aegis-boot"
description = "Boot-entry discovery from ISO installation media (Arch, Debian/Ubuntu, Fedora/RHEL, Alpine, NixOS, Mint)"
readme = "README.md"
documentation = "https://docs.rs/iso-parser"
homepage = "https://github.com/aegis-boot/aegis-boot"
keywords = ["iso", "boot", "kexec", "rescue", "installer"]
categories = ["filesystem", "parser-implementations"]

[features]
default = ["std"]
std = []

[dependencies]
thiserror = { version = "2.0", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
tracing = "0.1"

[dev-dependencies]
tempfile = "3.14"
similar-asserts = "1.5"
tokio = { version = "1", features = ["rt", "macros"] }
serde_json = "1.0"

[lints]
workspace = true

# Phase 6 of #286. Build with all features enabled on docs.rs so the
# generated API page shows the full surface. `--cfg docsrs` lights up
# any future `#[cfg_attr(docsrs, doc(...))]` conditional doc attrs —
# no current uses but it's the convention every published crate on
# docs.rs sets up.
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]