[package] name = "rtop" version = "0.1.0" authors = ["Caleb Bassi "] license = "MIT" description = "A TUI system monitor written in Rust" edition = "2018" [dependencies] chrono = "0.4.7" crossbeam-channel = "0.3" crossterm = "0.9.6" ctrlc = { version = "3.1.3", features = ["termination"] } fern = "0.5.8" futures-preview = { version = "=0.3.0-alpha.17", features = ["async-await", "nightly"] } heim = "0.0.4" log = "0.4.7" num_cpus = "1.10.1" num-rational = "0.2.2" platform-dirs = "0.2.0" tokio = { git = "https://github.com/tokio-rs/tokio" } serde = { version = "1.0.97", features = ["derive"] } serde_json = "1.0.40" size = "0.1.2" structopt = "0.2.18" tui = { version = "0.6.2", features = ["crossterm"] }