agesafetch 2.0.2

A tool for obtaining your firmware's embedded AGESA version on Linux.
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "agesafetch"
version = "2.0.2"
authors = ["Benedikt Vollmerhaus <benedikt@vollmerhaus.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for obtaining your firmware's embedded AGESA version on Linux."
readme = "README.md"
keywords = [
    "agesa",
    "amd",
    "firmware",
    "memory",
    "uefi",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT"
repository = "https://gitlab.com/BVollmerhaus/agesafetch"

[features]
python-bindings = ["pyo3/extension-module"]

[lib]
name = "agesafetch"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[bin]]
name = "agesafetch"
path = "src/main.rs"

[dependencies.caps]
version = "0.5.6"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.colored]
version = "3.0.0"

[dependencies.indoc]
version = "2.0.7"

[dependencies.linux-memutils]
version = "2.0.2"

[dependencies.pyo3]
version = "0.27.2"
optional = true