[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.152"
[lib]
name = "bootloader_boot_config"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The runtime configurations that are saved in a JSON file for the bootloader crate"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bootloader-boot-config"
readme = false
repository = "https://github.com/rust-osdev/bootloader"
version = "0.11.13"