[dependencies.bitflags]
version = "2"
[dependencies.uuid]
default-features = false
optional = true
version = "1"
[features]
ipaddr = []
uuid = ["dep:uuid"]
[package]
authors = ["Anhad Singh <andypython@protonmail.com>", "Lysander Mealy <lysander.mealy@gmail.com>"]
categories = ["no-std"]
description = "Rust crate for parsing the limine boot protocol structures"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "limine"
readme = "README.md"
repository = "https://github.com/limine-bootloader/limine-rs"
rust-version = "1.77"
version = "0.3.0"