# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nmap-analyze" version = "1.0.0" authors = ["Lukas Pustina "] description = "Analyzes nmap xml output and compares results with expected specification" homepage = "https://github.com/lukaspustina/nmap-analyze" readme = "README.md" keywords = ["cli", "nmap", "security"] license = "MIT" repository = "https://github.com/lukaspustina/nmap-analyze.git" [dependencies.clams] version = "^0.0.13" [dependencies.error-chain] version = "^0.12" [dependencies.log] version = "^0.4" [dependencies.prettytable-rs] version = "^0.7" [dependencies.serde] version = "^1.0" [dependencies.serde-xml-rs] version = "^0.2" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "^0.7" [dependencies.structopt] version = "0.2" [dependencies.xml-rs] version = "0.6.0" [dev-dependencies.spectral] version = "^0.6" [badges.codecov] branch = "master" repository = "lukaspustina/nmap-analyze" service = "github" [badges.travis-ci] branch = "master" repository = "lukaspustina/nmap-analyze"