riscfetch 2.3.0

RISC-V architecture information display tool - Show off your RISC-V setup!
# 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 = "riscfetch"
version = "2.3.0"
authors = ["kako-jun"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RISC-V architecture information display tool - Show off your RISC-V setup!"
readme = "README.md"
keywords = [
    "risc-v",
    "cli",
    "system-info",
    "fetch",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/kako-jun/riscfetch"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

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

[dependencies.colored]
version = "2.1"

[dependencies.figlet-rs]
version = "0.1"

[dependencies.gethostname]
version = "0.4"

[dependencies.riscfetch-core]
version = "2.2.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[build-dependencies.clap]
version = "4.5"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5"

[build-dependencies.clap_mangen]
version = "0.2"