powerliners 0.2.15

1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility
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 = "powerliners"
version = "0.2.15"
authors = ["MenkeTechnologies <linux.dev25@gmail.com>"]
build = false
exclude = [
    "vendor/**",
    "tests/**",
    "docs/**",
    "scripts/**",
    ".github/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility"
homepage = "https://menketechnologies.github.io/powerliners/"
documentation = "https://docs.rs/powerliners"
readme = "README.md"
keywords = [
    "powerline",
    "tmux",
    "zsh",
    "statusline",
    "prompt",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/MenkeTechnologies/powerliners"

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

[[bin]]
name = "powerline"
path = "src/bin/powerline.rs"

[[bin]]
name = "powerline-config"
path = "src/bin/powerline-config.rs"

[[bin]]
name = "powerline-daemon"
path = "src/bin/powerline-daemon.rs"

[[bin]]
name = "powerline-lint"
path = "src/bin/powerline-lint.rs"

[[bin]]
name = "powerline-render"
path = "src/bin/powerline-render.rs"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.ureq]
version = "3"
features = [
    "json",
    "rustls",
]
default-features = false

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.walkdir]
version = "2"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"