[package] name = "stivale-boot" description = "Rust crate for parsing stivale and stivale 2 structures" version = "0.3.1" authors = ["Anhad Singh "] license = "MIT/Apache-2.0" edition = "2018" repository = "https://github.com/Andy-Python-Programmer/stivale" readme = "README.md" categories = ["no-std"] [features] helper-macros = ["stivale-proc"] uuid = ["dep:uuid"] default = [] [dependencies] bitflags = "1.3.2" stivale-proc = { version = "0.1.0", optional = true } uuid = { version = "0.8.2", default-features = false, optional = true }