# 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 = "libshpool" version = "0.8.0" authors = ["Ethan Pailes "] description = """ libshpool contains the implementation of the shpool tool, which provides 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.byteorder] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.daemonize] version = "0.5" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.libproc] version = "0.14.8" [dependencies.log] version = "0.4" [dependencies.motd] version = "0.2.2" features = [] default-features = false [dependencies.nix] version = "0.28" features = [ "poll", "ioctl", "socket", "user", "process", "signal", "term", "fs", ] [dependencies.notify] version = "6" [dependencies.rmp-serde] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.shell-words] version = "1" [dependencies.shpool-protocol] version = "0.2.1" [dependencies.shpool_pty] version = "0.3.1" [dependencies.shpool_vt100] version = "0.1.2" [dependencies.signal-hook] version = "0.3" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.tempfile] version = "3" [dependencies.termini] version = "1.0.0" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "tracing-log", "smallvec", ] default-features = false [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.ntest] version = "0.9" [features] test_hooks = []