retach 0.4.0

Persistent terminal sessions with native scrollback passthrough
# 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 = "retach"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent terminal sessions with native scrollback passthrough"
homepage = "https://github.com/gHexaByte/retach"
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "tmux",
    "session",
    "pty",
]
categories = ["command-line-utilities"]
license = "BSD-2-Clause"
repository = "https://github.com/gHexaByte/retach"

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"

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

[dependencies.nix]
version = "0.29"
features = [
    "term",
    "signal",
    "user",
    "fs",
]

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

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

[dependencies.term_size]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dependencies.vte]
version = "0.13"