# 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 = "wpscan-analyze" version = "1.0.4" authors = ["Lukas Pustina "] description = "Analyzes wpscan json output and checks for vulnerabilities" homepage = "https://github.com/lukaspustina/wpscan-analyze" readme = "README.md" keywords = ["cli", "wordpress", "wpscan", "security"] license = "MIT" repository = "https://github.com/lukaspustina/wpscan-analyze.git" [dependencies.clams] version = "^0.0.13" [dependencies.failure] version = "0.1" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.8" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.2" [dev-dependencies.spectral] version = "^0.6" [badges.codecov] branch = "master" repository = "lukaspustina/wpscan-analyze" service = "github" [badges.travis-ci] branch = "master" repository = "lukaspustina/wpscan-analyze"