structnmap 0.1.0

This is a tool for parsing nmap xml and structing it to files by service name
Documentation
[dependencies.parsenmap]
version = "0.1"

[dependencies.structopt]
version = "0.3.26"

[lib]
crate-type = ["lib"]
doc = true
doctest = false
name = "structnmap"

[package]
description = "This is a tool for parsing nmap xml and structing it to files by service name"
edition = "2021"
exclude = [".DS_Store"]
license = "MIT"
name = "structnmap"
repository = "https://github.com/arg2u/structnmap.git"
resolver = "2"
version = "0.1.0"