[package]
edition = "2021"
rust-version = "1.75"
name = "bootsmith-iso"
version = "1.0.0"
authors = ["John Appleby <johnmichaelappleby@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISO9660 inspection and boot-mode auto-classification for bootsmith"
readme = false
license = "MIT"
repository = "https://github.com/jma24/bootsmith"
[lib]
name = "bootsmith_iso"
path = "src/lib.rs"
[dependencies.bootsmith-core]
version = "1.0.0"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"