# 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 = "nexusfetch" version = "1.2.1" authors = ["Alxhr0"] description = "A simple fetch utility written in Rust" readme = "README.md" license = "GPL-3.0-only" repository = "https://gitlab.com/alxhr0/nexusfetch" [dependencies.clap] version = "4.4.12" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.glob] version = "0.3.1" [dependencies.handle-error] version = "0.1.2" [dependencies.libmacchina] version = "7.2.1" [dependencies.pciid-parser] version = "0.7.1" [dependencies.piglog] version = "1.3.1" [dependencies.regex] version = "1.10.2" [dependencies.rpm-pkg-count] version = "0.2.1" features = ["runtime"] [dependencies.secfmt] version = "0.1.1" [dependencies.selinux] version = "0.4.4" optional = true [dependencies.sysinfo] version = "0.30.11" [dependencies.toml] version = "0.8.8" [dependencies.which] version = "6.0.1" [features] with-selinux = ["dep:selinux"] [target."cfg(windows)".dependencies.winver] version = "1"