[package] name = "nbsh" version = "0.1.0" edition = "2021" license = "MIT" [dependencies] anyhow = "1.0.45" async-std = { version = "1.10.0", features = ["unstable"] } futures-lite = "1.12.0" libc = "0.2.107" nix = "0.23.0" pty-process = { version = "0.1.1", features = ["backend-async-std"] } textmode = { version = "0.1.1", features = ["async"] } vt100 = "0.12.0" [features]