[package] name = "asciinema" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" [dependencies] anyhow = "1.0.28" futures = "0.3.4" libc = "0.2.68" nix = "0.17.0" parking_lot = "0.10.1" serde = "1.0.106" serde_derive = "1.0.106" serde_json = "1.0.51" signal-hook = "0.1.13" termios = "0.3.2" tokio = { version = "0.2.16", features = ["fs", "io-std", "macros", "process", "rt-core", "rt-threaded", "rt-util", "sync", "time"] } tokio-util = { version = "0.3.1", features = ["codec"] }