oxidefetch/Cargo.toml
shibedrill 5a50f9c444
Some checks failed
Rust / build (macos-latest) (push) Waiting to run
Rust / build (windows-latest) (push) Waiting to run
Rust / build (ubuntu-latest) (push) Failing after 20s
Refactored stuff with Clippy
2024-01-31 14:42:59 -05:00

37 lines
751 B
TOML

[package]
name = "oxidefetch"
description = "A fast, cross platform Fetch program for your terminal"
version = "1.4.8"
edition = "2021"
authors = [ "NamedNeon", "shibedrill" ]
license = "MIT"
readme = "README.md"
repository = "https://github.com/shibedrill/oxidefetch"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-unit = "4.0.18"
chrono = "0.4.23"
colored = "2.0.0"
compound_duration = "1.2.0"
lazy_static = "1.4.0"
quoted-string = "0.6.1"
ron = "0.8.1"
sysinfo = "0.29.1"
whoami = "1.3.0"
[dependencies.serde]
version = "1.0.192"
features = ["derive"]
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
[features]
field-titles = []