paneship 1.1.2

A blazingly fast, high-performance shell prompt optimized for tmux and large Git repositories
# 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 = "paneship"
version = "1.1.2"
authors = ["andev0x"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly fast, high-performance shell prompt optimized for tmux and large Git repositories"
homepage = "https://github.com/andev0x/paneship"
documentation = "https://docs.rs/paneship"
readme = "README.md"
keywords = [
    "prompt",
    "shell",
    "tmux",
    "git",
    "performance",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/andev0x/paneship"

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

[dependencies.bincode]
version = "1.3"

[dependencies.gix]
version = "0.70"

[dependencies.libc]
version = "0.2"

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

[dependencies.terminal_size]
version = "0.4"

[dependencies.toml]
version = "0.8"

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