# 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" name = "shpool" version = "0.8.0" authors = ["Ethan Pailes "] description = """ shpool is a mechanism for establishing lightweight persistant shell sessions to gracefully handle network disconnects. """ readme = "README.md" keywords = [ "tmux", "tty", "terminal", "shell", "persistence", ] license = "Apache-2.0" repository = "https://github.com/shell-pool/shpool" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.libshpool] version = "0.8.0" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.nix] version = "0.26" features = [ "poll", "ioctl", ] [dev-dependencies.ntest] version = "0.9" [dev-dependencies.regex] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3"