# 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 = "ssh_ui" version = "0.4.1" description = "Painlessly expose Rust TUI applications over ssh" readme = "README.md" keywords = [ "cursive", "tui", "ssh", "terminal", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ellenhp/ssh_ui/" [[example]] name = "dialog" [dependencies.anyhow] version = "1.0.68" [dependencies.async-std] version = "1.12.0" [dependencies.async-trait] version = "0.1.63" [dependencies.cursive] version = "0.20.0" features = ["termion-backend"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.openpty] version = "0.2.0" [dependencies.russh] version = "0.35.0-beta.9" features = ["vendored-openssl"] [dependencies.russh-keys] version = "0.23.0-beta.1" [dependencies.tokio] version = "1" features = ["full"]