# 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 = "2021" name = "nu_plugin_port_list" version = "1.4.3" authors = ["Motalleb Fallahnezhad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nushell plugin to list all active connections" homepage = "https://github.com/FMotalleb/nu_plugin_port_list" readme = "README.md" keywords = [ "nushell", "network", "plugin", ] license = "MIT" repository = "https://github.com/FMotalleb/nu_plugin_port_list" [[bin]] name = "nu_plugin_port_list" path = "src/main.rs" [dependencies.netstat2] version = "0.9.1" [dependencies.nu-plugin] version = "0.98.0" [dependencies.nu-protocol] version = "0.98.0" features = ["plugin"] [dependencies.sysinfo] version = "0.31.4"