[package] name = "nmapx" version= "1.1.0" edition = "2021" authors = ["abut0n"] description = "nmap serializer & deserializer" repository = "https://github.com/marcuccio/nmapx" readme = "README.md" license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] atty = "0.2.14" chrono = "0.4.22" colored = "2.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.93" serde-xml-rs = "0.6.0" csv = "1.3.0" clap = { version = "4.5.4", features = ["derive"] } log = "0.4.21"