[package]
name = "goblin_prospector"
authors = ["bea_stung  <beastunghacking@gmail.com>"]
description = "A little tool to get information on lockfile dependencies and their recent changes."
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/bea_stung/goblin_prospector"
documentation = "https://gitlab.com/bea_stung/goblin_prospector"
homepage = "https://gitlab.com/bea_stung/goblin_prospector"
readme  = "README.md"
keywords = ["security","hacking","bug-bounty"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.72"
async-trait = "0.1.72"
clap = { version = "4.3.19", features = ["derive"] }
futures = "0.3.28"
indent = "0.1.1"
indicatif = "0.17.5"
itertools = "0.11.0"
package-lock-json-parser = "0.4.0"
regex = "1.9.1"
reqwest = "0.11.18"
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.179", features = ["derive"] }
serde_json = "1.0.104"
strip_markdown = "0.2.0"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
yarn-lock-parser = "0.5.0"
openssl = { version = "0.10.55", features = ["vendored"] }