scaphandre 0.1.1

Electrical power consumption measurement agent.
Documentation
[package]
name = "scaphandre"
version = "0.1.1"
authors = ["Benoit Petit <bpetit@hubblo.org>"]
edition = "2018"
license = "Apache-2.0"
description = "Electrical power consumption measurement agent."
repository = "https://github.com/hubblo-org/scaphandre"
readme = "README.md"
#homepage = "https://scaphandre.hubblo.org"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
loggerv = "0.7.2"
log = "0.4"
clap = "2.33.3"
regex = "1"
procfs = "0.8.1"
actix-web = "3"

[profile.release]
lto = true
debug = true