# 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 = "battop" version = "0.2.4" authors = ["svartalf "] exclude = ["assets"] description = "Interactive batteries viewer" homepage = "https://github.com/svartalf/rust-battop" readme = "README.md" keywords = ["tui", "battery", "linux", "macos"] categories = ["os"] license = "Apache-2.0 OR MIT" repository = "https://github.com/svartalf/rust-battop" [dependencies.battery] version = "^0.7" [dependencies.humantime] version = "1.2.0" [dependencies.itertools] version = "0.8.0" [dependencies.log] version = "0.4.6" [dependencies.stderrlog] version = "0.4.1" [dependencies.structopt] version = "0.2" default-features = false [dependencies.termion] version = "1.5.2" [dependencies.tui] version = "0.6.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "svartalf/rust-battop"