Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
23 lines
556 B
TOML
23 lines
556 B
TOML
[package]
|
|
name = "nu_plugin_port_extension"
|
|
version = "0.109.1"
|
|
description = "A nushell plugin to list all active connections and scanning ports on a target address"
|
|
homepage = "https://github.com/FMotalleb/nu_plugin_port_list"
|
|
keywords = [
|
|
"nushell",
|
|
"network",
|
|
"plugin",
|
|
]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/FMotalleb/nu_plugin_port_list"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
derive_builder = "0.20.2"
|
|
derive-getters = "0.5.0"
|
|
netstat2 = "0.11.2"
|
|
nu-plugin = "0.109.1"
|
|
sysinfo = "0.37"
|
|
nu-protocol = "0.109.1"
|