statusbar 0.5.1

dwm statusbar
# 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 = "statusbar"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dwm statusbar"
homepage = "https://github.com/wcampbell0x2a/statusbar"
readme = "README.md"
keywords = [
    "statusbar",
    "dwm",
    "linux",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/wcampbell0x2a/statusbar"

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

[dependencies.chrono]
version = "0.4.31"

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

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

[dependencies.nl80211]
version = "0.0.2"

[dependencies.sysinfo]
version = "0.37.0"

[profile.release]
lto = true
strip = true