[package] name = "sdsb" version = "0.0.1" edition = "2021" license = "GPL-3.0-or-later" authors = ["Matti Bryce "] description = "Unified system for bootloader configs, initramfs, and self-controlled secureboot" categories = ["command-line-utilities", "authentication", "config", "cryptography"] keywords = ["secureboot", "uki"] repository = "https://gitlab.com/infomorphic-matti/sdsb" homepage = "https://gitlab.com/infomorphic-matti/sdsb" documentation = "https://docs.rs/sdsb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = ">1.0.184", default-features = false, features = ["derive", "std", "alloc"] } toml = "0.7" chain-trans = "1" [features] [package.metadata.docs.rs] all-features = true