aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 88514a9b8f0788c09f37a668f6a894ee364cac27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "tokio-pty-process-stream"
version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

description = "wraps tokio-pty-process in order to provide a simpler API as a single stream object"
license = "MIT"
repository = "https://git.tozt.net/tokio-pty-process-stream"
readme = "README.md"
keywords = ["pty", "futures"]
categories = ["asynchronous"]

[dependencies]
component-future = "0.1"
futures = "0.1"
log = "0.4"
snafu = "0.5"
tokio = "0.1.22"
tokio-pty-process = "0.4"
tokio-terminal-resize = "0.1"

[dev-dependencies]
crossterm = "0.11"
lazy_static = "1"
mio = "0.6"
regex = "1"