netr 0.3.0

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.
Documentation
# 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 = "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"