tmux-backup 0.5.16

A backup & restore solution for Tmux sessions.
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 = "2024"
rust-version = "1.88.0"
name = "tmux-backup"
version = "0.5.16"
build = false
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A backup & restore solution for Tmux sessions."
homepage = "https://github.com/graelo/tmux-backup"
documentation = "https://docs.rs/tmux-backup"
readme = "README.md"
keywords = [
    "backup",
    "tmux",
    "tmux-plugin",
    "tmux-resurrect",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/graelo/tmux-backup"

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

[[bin]]
name = "tmux-backup"
path = "src/bin/tmux-backup.rs"

[dependencies.async-fs]
version = "2.2"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.si-scale]
version = "0.3"

[dependencies.smol]
version = "2.0"

[dependencies.tar]
version = "0.4.45"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tmux-lib]
version = "0.4"

[dependencies.zstd]
version = "0.13"

[build-dependencies.clap]
version = "4.6.0"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.6.0"

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