# 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.74.0" name = "tmux-backup" version = "0.5.7" authors = ["graelo "] build = false exclude = ["/.github"] 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 = [ "tmux", "tmux-plugin", "tmux-resurrect", "backup", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/graelo/tmux-backup" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "tmux_backup" path = "src/lib.rs" [[bin]] name = "tmux-backup" path = "src/bin/tmux-backup.rs" [dependencies.async-std] version = "1" features = ["unstable"] [dependencies.chrono] version = "0.4.20" [dependencies.clap] version = "4.0.18" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.0.3" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.regex] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.si-scale] version = "0.2" [dependencies.tar] version = "0.4.38" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tmux-lib] version = "0.3.0" [dependencies.zstd] version = "0.13" [build-dependencies.clap] version = "4.0.18" features = ["derive"] [build-dependencies.clap_complete] version = "4.0.3"