# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "goblin_book_gobbler" version = "0.1.1" authors = ["bea_stung "] description = "A little tool to give you a bunch of information on disclosed bug bounty reports" homepage = "https://gitlab.com/bea_stung/goblin_book_gobbler" documentation = "https://gitlab.com/bea_stung/goblin_book_gobbler" readme = "README.md" keywords = [ "security", "hacking", "bug-bounty", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/bea_stung/goblin_book_gobbler" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.gql_client] version = "1.0.7" [dependencies.itertools] version = "0.10.5" [dependencies.openssl] version = "0.10.53" features = ["vendored"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", ]