[package] name = "wetty" version = "0.1.1" authors = ["Jason NI (nixin) "] description = "xterm.js example with Rust Tokio and pty backend server" homepage = "https://github.com/btwiuse/wetty" repository = "https://github.com/btwiuse/wetty" readme = "README.md" categories = ["asynchronous", "os::unix-apis"] license = "MIT" edition = "2021" [dependencies] anyhow = "1" bytes = "1" futures = "0.3" futures-util = "0.3" libc = "0.2" log = "0.4" nix = "0.23" env_logger = "0.9" pretty-hex = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full"] } [dev-dependencies] tokio-tungstenite = "0.17" tungstenite = "0.17"