ferrix-app 0.6.0

Simple utility to get information about hardware and software
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"
name = "ferrix-app"
version = "0.6.0"
authors = ["Michail Krasnov <mskrasnov07@ya.ru>"]
build = false
exclude = ["assets"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple utility to get information about hardware and software"
readme = "README.md"
keywords = [
    "ferrix",
    "hardware",
    "dmi",
    "smbios",
    "linux",
]
categories = ["os"]
license = "GPL-3.0"
repository = "https://github.com/mskrasnov/FSM"
resolver = "2"

[package.metadata.deb]
assets = [
    [
    "target/release/ferrix-app",
    "usr/bin/",
    "755",
],
    [
    "target/release/ferrix-polkit",
    "usr/bin/",
    "755",
],
    [
    "data/FSM.desktop",
    "usr/share/applications/",
    "644",
],
    [
    "data/com.mskrasnov.Ferrix.svg",
    "usr/share/icons/hicolor/scalable/apps/",
    "644",
],
    [
    "data/com.mskrasnov.Ferrix.svg",
    "usr/share/Ferrix/",
    "644",
],
    [
    "data/com.ferrix.policy",
    "/usr/share/polkit-1/actions/",
    "644",
],
]
copyright = "2025, Michail Krasnov <mskrasnov07@ya.ru>"
depends = "$auto"
extended-description = """
Ferrix is a program for obtaining information about computer hardware and software. It is designed to work in modern Linux OS distributions, written in Rust using iced.

Features:

1. Simple and clean user interfase;

2. View information about systemd services;

"""
license-file = [
    "LICENSE",
    "0",
]
maintainer = "Michail Krasnov <mskrasnov07@ya.ru>"
priority = "optional"
section = "utility"

[lib]
name = "ferrix_app"
path = "src/lib.rs"

[[bin]]
name = "ferrix-app"
path = "src/bin/app.rs"

[[bin]]
name = "ferrix-polkit"
path = "src/bin/polkit.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-std]
version = "1.13.2"

[dependencies.ferrix-lib]
version = "0.4.1"

[dependencies.i18n-embed]
version = "0.16.0"
features = [
    "fluent-system",
    "desktop-requester",
]

[dependencies.i18n-embed-fl]
version = "0.10.0"

[dependencies.iced]
version = "0.14.0"
features = [
    "tokio",
    "svg",
    "image",
    "canvas",
]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.plotters]
version = "0.3.7"
features = [
    "bitmap_backend",
    "svg_backend",
    "line_series",
    "area_series",
]
default-features = false

[dependencies.plotters-iced2]
version = "0.14.0"

[dependencies.rust-embed]
version = "8.8.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.toml]
version = "0.9.8"