# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ytop" version = "0.6.2" authors = ["Caleb Bassi "] description = "A TUI system monitor written in Rust" license = "MIT" [dependencies.battery] version = "0.7.5" [dependencies.better-panic] version = "0.2.0" [dependencies.chrono] version = "0.4.11" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossterm] version = "0.17.4" [dependencies.ctrlc] version = "3.1.4" features = ["termination"] [dependencies.fern] version = "0.6.0" [dependencies.log] version = "0.4.8" [dependencies.num-rational] version = "0.2.4" [dependencies.once_cell] version = "1.3.1" [dependencies.platform-dirs] version = "0.2.0" [dependencies.psutil] version = "3.1.0" [dependencies.serde] version = "1.0.110" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.size] version = "0.1.2" [dependencies.structopt] version = "0.3.14" [dependencies.tui] version = "0.9.2" features = ["crossterm"] default-features = false [target."cfg(target_os = \"macos\")".dependencies.sysinfo] version = "0.14.1"