# 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 = "uefisettings" version = "0.1.4" description = "The tool to read/get/extract and write/change/modify BIOS/UEFI settings from Linux terminal." homepage = "https://github.com/linuxboot/uefisettings" readme = "README.md" license = "BSD-3-Clause" [lib] name = "uefisettings" path = "src/lib/lib.rs" [dependencies.anyhow] version = ">=1.0" [dependencies.binrw] version = ">=0.10" [dependencies.clap] version = ">=3.2.25" features = [ "derive", "env", "regex", "unicode", "wrap_help", ] package = "clap" [dependencies.env_logger] version = ">=0.10" [dependencies.fbthrift] version = ">=0.0" [dependencies.httparse] version = ">=1.8" [dependencies.libloading] version = ">=0.8" [dependencies.log] version = ">=0.4" features = [ "kv_unstable", "kv_unstable_std", ] [dependencies.nix] version = ">=0.26" features = [ "fs", "ioctl", "mount", ] [dependencies.proc-mounts] version = ">=0.3" [dependencies.rand] version = ">=0.8" features = ["small_rng"] [dependencies.serde] version = ">=1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = ">=1.0" features = [ "float_roundtrip", "unbounded_depth", ] [dependencies.tempfile] version = ">=3.5" [dependencies.thiserror] version = ">=1.0" [dependencies.uefisettings_backend_thrift] version = ">=0.1.0" [dependencies.uefisettings_spellings_db_thrift] version = ">=0.1.0"