statusline 0.22.0

Simple and fast bash PS1 line with useful features
# 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 = "statusline"
version = "0.22.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple and fast bash PS1 line with useful features"
readme = "README.md"
keywords = [
    "bash",
    "prompt",
    "shell-prompt",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/yuki0iq/statusline"

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

[dependencies.argh]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.chrono]
version = "0.4"

[dependencies.const_format]
version = "0.2.35"

[dependencies.heck]
version = "0.5.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.libc]
version = "0.2"

[dependencies.linkme]
version = "0.3.35"

[dependencies.linux-raw-sys]
version = "0.12"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.orion]
version = "0.17"

[dependencies.pwd]
version = "1.4"

[dependencies.rustix]
version = "1.0"
features = [
    "fs",
    "process",
    "stdio",
    "system",
]
default-features = false

[dependencies.terminal_size]
version = "0.4"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.unicode-width]
version = "0.2"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies.raw-cpuid]
version = "11.2"

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