[package] name = "asciinema" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" [dependencies] anyhow = "1.0.34" futures = "0.3.7" libc = "0.2.80" nix = "0.19.0" parking_lot = "0.11.0" serde = "1.0.117" serde_derive = "1.0.117" serde_json = "1.0.59" signal-hook = "0.1.16" structopt = "0.3.20" termios = "0.3.3" thiserror = "1.0.22" tokio = { version = "0.3.3", features = ["full"] } tokio-util = { version = "0.5.0", features = ["codec"] }