# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sdsb" version = "0.0.1" authors = ["Matti Bryce "] description = "Unified system for bootloader configs, initramfs, and self-controlled secureboot" homepage = "https://gitlab.com/infomorphic-matti/sdsb" documentation = "https://docs.rs/sdsb" readme = "README.md" keywords = [ "secureboot", "uki", ] categories = [ "command-line-utilities", "authentication", "config", "cryptography", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/infomorphic-matti/sdsb" [package.metadata.docs.rs] all-features = true [dependencies.chain-trans] version = "1" [dependencies.serde] version = ">1.0.184" features = [ "derive", "std", "alloc", ] default-features = false [dependencies.toml] version = "0.7" [features]