# 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 = "yarsi" version = "0.1.0" authors = [ "PwnWriter < hey@pwnwriter.xyz >", "ashokcpg < hey@ashokcpg.com >", ] description = "Yet another rust system info fetcher." homepage = "https://github.com/BinaryBrainiacs/yarsi.git" readme = "README.md" keywords = [ "neofetch", "sysfetch", "sys-info", "modern", "fast", ] categories = [ "accessibility", "command-line-utilities", "CLI", ] license = "MIT" repository = "https://github.com/BinaryBrainiacs/yarsi" [profile.release] lto = true panic = "abort" [dependencies.columns] version = "0.1.0" [dependencies.nixinfo] version = "0.3.2" [dependencies.whoami] version = "1.3.0"