# 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 = "openssh-tmux" version = "0.2.3" authors = ["Matthias Hörmann "] build = false exclude = [ ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library to programmatically run commands in a remote tmux session over openssh to avoid aborted commands when the ssh session is interrupted" readme = "README.md" keywords = [ "openssh", "tmux", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/openssh-tmux" [profile.release] debug = 2 [lib] name = "openssh_tmux" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "from_str", "display", ] [dependencies.futures] version = "0.3.31" [dependencies.openssh] version = "0.11.2" [dependencies.pin-project] version = "1.1.7" [dependencies.postage] version = "0.5.0" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" features = ["io-util"] [dependencies.tokio-util] version = "0.7.12" features = ["io"] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tracing-test] version = "0.2.5"