powercap 0.3.1

Library for reading powercap files
Documentation
[dependencies.procfs]
default-features = false
optional = true
version = "^0.11"

[dependencies.regex]
default-features = false
features = ["std", "unicode-perl"]
version = "^1.5"

[features]
default = ["modules"]
modules = ["procfs"]

[package]
authors = ["Jeremie Drouet <jeremie.drouet@gmail.com>"]
description = "Library for reading powercap files"
edition = "2018"
keywords = ["powercap", "rapl"]
license = "MIT OR Apache-2.0"
name = "powercap"
repository = "https://github.com/jdrouet/powercap"
version = "0.3.1"