warpgate/warpgate-protocol-ssh/Cargo.toml
Eugene Pankov 4ccf2b0437
import
2022-04-10 22:58:58 +02:00

25 lines
743 B
TOML

[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-protocol-ssh"
version = "0.1.0"
[dependencies]
ansi_term = "0.12"
anyhow = "1.0"
async-trait = "0.1"
bytes = "1.1"
dialoguer = "0.10"
futures = "0.3"
russh = {version = "0.34.0-beta.2", features = ["openssl"] }
russh-keys = {version = "0.22.0-beta.1", features = ["openssl"] }
sea-orm = {version = "^0.6", features = ["runtime-tokio-native-tls"], default-features = false}
thiserror = "1.0"
time = "0.3"
tokio = {version = "1.17", features = ["tracing", "signal"]}
tracing = "0.1"
uuid = {version = "0.8", features = ["v4"]}
warpgate-common = {version = "*", path = "../warpgate-common"}
warpgate-db-entities = {version = "*", path = "../warpgate-db-entities"}
bimap = "0.6"