# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mone" version = "0.1.2" authors = ["gky360 "] exclude = ["assets/*", "ci/*", ".travis.yml", ".vscode/*"] description = "Network monitoring tool written in Rust.\n" readme = "README.md" keywords = ["network", "monitoring", "tui", "bandwidth", "traffic"] categories = ["network-programming", "command-line-utilities", "visualization"] license = "MIT" repository = "https://github.com/gky360/mone" [dependencies.cfg-if] version = "0.1.0" [dependencies.ctrlc] version = "3.1.2" [dependencies.failure] version = "0.1.5" [dependencies.libc] version = "0.2.0" [dependencies.nix] version = "0.13.0" [dependencies.num] version = "0.2.0" [dependencies.slice-deque] version = "0.2.3" [dependencies.structopt] version = "0.2.15" [dependencies.termion] version = "1.5.2" [dependencies.tui] version = "0.5.1" [target."cfg(target_os = \"linux\")".dependencies.byteorder] version = "1.3.1" [badges.travis-ci] repository = "gky360/mone"