# 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] edition = "2018" name = "unimap" version = "0.2.0" authors = ["Eduard Tolosa "] description = "Scan only once by IP address and reduce scan times with Nmap for large amounts of data." readme = "README.md" keywords = ["nmap", "scanning", "ip-scan", "scanner", "open-ports"] license = "GPL-3.0-or-later" repository = "https://github.com/edu4rdshl/unimap" [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.1" features = ["yaml"] [dependencies.colored] version = "1.9.3" optional = true [dependencies.config] version = "0.10.1" features = ["yaml", "json", "toml", "hjson", "ini"] [dependencies.failure] version = "0.1.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" features = ["std"] [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.4.0" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.0" [dependencies.serde_derive] version = "1.0.114" [dependencies.trust-dns-resolver] version = "0.19.5" [dependencies.webpage] version = "1.1.0" [target.aarch64-unknown-linux-gnu.dependencies.openssl] version = "0.10.30" features = ["vendored"] [target.arm-unknown-linux-gnueabihf.dependencies.openssl] version = "0.10.30" features = ["vendored"] [target.armv7-unknown-linux-gnueabihf.dependencies.openssl] version = "0.10.30" features = ["vendored"] [target."cfg(windows)".dependencies.atty] version = "0.2.14" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["handleapi", "winbase"]