forked from lukaspustina/nmap-analyze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (27 loc) · 832 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "nmap-analyze"
version = "1.1.0"
authors = ["Lukas Pustina <[email protected]>"]
description = "Analyzes nmap xml output and compares results with expected specification"
repository = "https://github.com/lukaspustina/nmap-analyze.git"
homepage = "https://github.com/lukaspustina/nmap-analyze"
readme = "README.md"
license = "MIT"
keywords = ["cli", "nmap", "security"]
[badges]
travis-ci = { repository = "lukaspustina/nmap-analyze", branch = "master" }
codecov = { repository = "lukaspustina/nmap-analyze", branch = "master", service = "github" }
[dependencies]
clams = "^0.0.13"
error-chain = "^0.12"
log = "^0.4"
prettytable-rs = "^0.7"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
serde_yaml = "^0.7"
serde-xml-rs = "^0.2"
structopt = "0.2"
xml-rs = "0.6.0"
[dev-dependencies]
spectral = "^0.6"