# 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 = "2021" name = "joule" version = "0.2.0" authors = ["Jeremie Drouet "] description = "A CLI tool to monitor the energy consumption" readme = "readme.md" keywords = ["powercap", "rapl"] license = "MIT OR Apache-2.0" repository = "https://github.com/jdrouet/joule" resolver = "2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.powercap] version = "0.3" [dependencies.procfs] version = "0.12" default-features = false [dev-dependencies.powercap] version = "0.3" features = ["mock"] [dev-dependencies.temp-dir] version = "0.1"