# 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 = "what" version = "0.5.1" authors = ["Aram Drevekenin ", "Eduardo Toledo ", "Eduardo Broto "] exclude = ["src/tests/*", "demo.gif"] description = "Display current network utilization by process, connection and remote IP/hostname" homepage = "https://github.com/imsnif/what" readme = "README.md" keywords = ["networking", "utilization", "cli"] categories = ["network-programming", "command-line-utilities"] license = "MIT" repository = "https://github.com/imsnif/what" [dependencies.async-trait] version = "0.1.21" [dependencies.chrono] version = "0.4" [dependencies.failure] version = "0.1.6" [dependencies.ipnetwork] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pnet] version = "0.23.0" [dependencies.regex] version = "1.3.1" [dependencies.signal-hook] version = "0.1.10" [dependencies.structopt] version = "0.3" [dependencies.termion] version = "1.5" [dependencies.tokio] version = "0.2" features = ["rt-core", "sync"] [dependencies.trust-dns-resolver] version = "=0.18.0-alpha.2" [dependencies.tui] version = "0.5" [dev-dependencies.cargo-insta] version = "0.11.0" [dev-dependencies.insta] version = "0.11.0" [dev-dependencies.packet-builder] version = "0.4.0" [dev-dependencies.pnet_base] version = "0.23.0" [dev-dependencies.regex] version = "1" [target."cfg(target_os=\"linux\")".dependencies.procfs] version = "0.7.4"