retch-cli 0.2.8

A fast, feature-rich system information fetcher written in Rust (similar to fastfetch or neofetch)
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 = "2021"
name = "retch-cli"
version = "0.2.8"
authors = ["Ken Tobias"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, feature-rich system information fetcher written in Rust (similar to fastfetch or neofetch)"
readme = "README.md"
keywords = [
    "system",
    "fetch",
    "cli",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/l1a/retch"

[features]
default = ["graphics"]
graphics = [
    "image",
    "base64",
    "icy_sixel",
]

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.battery]
version = "0.7"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.clap_complete_nushell]
version = "4.6"

[dependencies.dirs]
version = "6.0"

[dependencies.icy_sixel]
version = "0.5"
optional = true

[dependencies.image]
version = "0.25"
optional = true

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

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

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

[dependencies.sysinfo]
version = "0.39"
features = ["component"]

[dependencies.toml]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]