# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "batmon" version = "0.0.1" authors = ["6543 <6543@obermui.de>"] exclude = ["assets"] description = "Interactive batteries viewer" homepage = "https://github.com/6543/batmon" readme = "README.md" keywords = [ "tui", "battery", "linux", "macos", ] categories = ["os"] license = "Apache-2.0" repository = "https://github.com/6543/batmon" [dependencies.crossterm] version = "^0.24" [dependencies.humantime] version = "1.2.0" [dependencies.itertools] version = "^0.12" [dependencies.log] version = "^0.4" [dependencies.starship-battery] version = "^0.8" [dependencies.stderrlog] version = "^0.6" [dependencies.structopt] version = "^0.2" default-features = false [dependencies.tui] version = "^0.8" features = ["crossterm"] default-features = false [badges.maintenance] status = "actively-developed"