zerofetch 2.0.0

A fast and clean system fetch tool powered by syspeek
# 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 = "zerofetch"
version = "2.0.0"
authors = ["Gleb"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and clean system fetch tool powered by syspeek"
readme = "Readme.md"
keywords = [
    "fetch",
    "system-info",
    "cli",
    "terminal",
    "rust",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/glpetrikov/ZeroEngine"

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

[dependencies.owo-colors]
version = "4"

[dependencies.serde_json]
version = "1"

[dependencies.syspeek]
version = "1.3.1"