[package]
edition = "2018"
name = "netr"
version = "0.3.0"
authors = ["ed neville <ed@s5h.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display network interface throughput by second and by minute along with a graph. This is quick and easy to use via a mobile handset or similar device where typing is cumbersome."
homepage = "https://www.usenix.org.uk/content/net.html"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/edneville/netrs"
[lib]
name = "netr"
path = "src/lib.rs"
[[bin]]
name = "netr"
path = "src/main.rs"
[[test]]
name = "funcs"
path = "tests/funcs.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.getopts]
version = "0.2"
[dependencies.regex]
version = "1.7"
[target.'cfg(not(target_os = "linux"))'.dependencies.libc]
version = "0.2"