bohay 0.7.2

Next-Gen Agents multiplexer
# 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"
rust-version = "1.82"
name = "bohay"
version = "0.7.2"
authors = ["Riz <rizflagz@gmail.com>"]
build = false
exclude = [
    "/docs",
    "/.github",
    "/assets",
    "/preview.html",
    "/preview.ans",
    "/MODULE-GUIDE.md",
    "/CONTRIBUTING.md",
    "/SECURITY.md",
    "/install.sh",
    "/install.ps1",
    "/RELEASING.md",
    "/scripts",
    "/website",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Next-Gen Agents multiplexer"
homepage = "https://github.com/RizRiyz/bohay"
documentation = "https://bohay.dev/docs/"
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "tui",
    "agents",
    "workspace",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/RizRiyz/bohay"

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

[dependencies.alacritty_terminal]
version = "0.26"

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.crossterm]
version = "0.29"
features = ["serde"]

[dependencies.interprocess]
version = "2"

[dependencies.portable-pty]
version = "0.9"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
lto = "thin"
strip = true