# 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_scan" version = "1.2.6" authors = ["Motalleb Fallahnezhad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A nushell plugin for scanning ports on a target" homepage = "https://github.com/FMotalleb/nu_plugin_port_scan" readme = "README.md" keywords = [ "nushell", "network", "plugin", ] license = "MIT" repository = "https://github.com/FMotalleb/nu_plugin_port_scan" [[bin]] name = "nu_plugin_port_scan" path = "src/main.rs" [dependencies.nu-plugin] version = "0.100.0" [dependencies.nu-protocol] version = "0.100.0" features = ["plugin"]