[package] name = "gotop" version = "0.1.0" authors = ["Caleb Bassi "] edition = "2018" license = "AGPL-3.0" description = "A terminal based graphical activity monitor inspired by gtop and vtop" [dependencies] tui = { version = "0.6.0", features = ["crossterm"] } structopt = "0.2.16" strum_macros = "0.15.0" strum = "0.15.0" # psutil = { path = "../../other-projects/rust-psutil" } platform-dirs = "0.2.0" size = "0.1.2" num_cpus = "1.10.1" crossterm = "0.9.5" psutil = "1.5.0" crossbeam = "0.7.1" log = "0.4.6" fern = "0.5.8" chrono = "0.4.6"