setch 0.1.4

A lightweight, configurable system fetch tool written in Rust
# 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 = "setch"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, configurable system fetch tool written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/VoidCore3409/Setch"

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

[dependencies.battery]
version = "0.7.8"

[dependencies.getgpuname]
version = "0.1.0"

[dependencies.jsonc-parser]
version = "0.29"
features = ["serde"]

[dependencies.local-ip-address]
version = "0.6"

[dependencies.nix]
version = "0.31.2"
features = ["fs"]

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

[dependencies.raw-cpuid]
version = "11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.sysinfo]
version = "0.38.2"

[dependencies.uname]
version = "0.1.1"

[dependencies.viuer]
version = "0.9"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true